[]
Represents a custom property with a name and value.
public sealed class CustomProperty
Name | Description |
---|---|
CustomProperty(string, object) | Initializes a new instance of the CustomProperty class with the specified name and value. |
Name | Description |
---|---|
Name | Gets the name of this property. |
Value | Gets the value of this property. |