TopLevelObjectDescription Property
In This Topic
The
description of the referencing object
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property TopLevelObjectDescription As String
[CanBeNull()]
public string TopLevelObjectDescription {get;}
[CanBeNull()]
public:
property String^ TopLevelObjectDescription {
String^ get();
}
See Also