CustomObjectDescription Property (ICustomObject)
In This Topic
Gets a description of the custom object.
Syntax
'Declaration
<CanBeNullAttribute()>
ReadOnly Property CustomObjectDescription As String
[CanBeNull()]
string CustomObjectDescription {get;}
[CanBeNull()]
property String^ CustomObjectDescription {
String^ get();
}
See Also