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