PrimaryObjectDescription Property
In This Topic
Gets the description of the top-level object.
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property PrimaryObjectDescription As String
[NotNull()]
public string PrimaryObjectDescription {get;}
[NotNull()]
public:
property String^ PrimaryObjectDescription {
String^ get();
}
See Also