[]
Adds custom property information.
ICustomProperty Add(string name, object value)
Function Add(name As String, value As Object) As ICustomProperty
Type | Name | Description |
---|---|---|
string | name | The name of the custom property. |
object | value | The value of the custom property. |
Type | Description |
---|---|
ICustomProperty | An ICustomProperty object that represents the custom property information. |