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