[]
Gets the value of a custom property with a specified name.
Use UserProps to enumerate custom properties.
public string GetCustomProperty(string name)
Public Function GetCustomProperty(name As String) As String
Type | Name | Description |
---|---|---|
string | name | The name of the custom property. |
Type | Description |
---|---|
string | The property value or null if no such property exists. |