ExtendedDescription Property (ADTObject)
In This Topic
Returns an extended description of the object, if appropriate
Syntax
'Declaration
<CanBeNullAttribute()>
Public Overridable ReadOnly Property ExtendedDescription As String
[CanBeNull()]
public virtual string ExtendedDescription {get;}
[CanBeNull()]
public:
virtual property String^ ExtendedDescription {
String^ get();
}
See Also