In This Topic
Data for the custom user interface for this object.
Syntax
'Declaration
Public Property CustomData As String
public string CustomData {get; set;}
public:
property String^ CustomData {
String^ get();
void set ( String^ value);
}
See Also