ReferenceDescription Property
In This Topic
Gets user-friendly text describing the reference
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property ReferenceDescription As String
[CanBeNull()]
public string ReferenceDescription {get;}
[CanBeNull()]
public:
property String^ ReferenceDescription {
String^ get();
}
See Also