CustomObjectDescription Property (CustomCondition)
In This Topic
Gets a description of the custom object.
Syntax
'Declaration
Public Property CustomObjectDescription As String
public string CustomObjectDescription {get; set;}
public:
property String^ CustomObjectDescription {
String^ get();
void set ( String^ value);
}
See Also