GCValueDescription Property |
Get or set the description of this value. May return
, or an empty string.
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual string Description { get; set; }
Public Overridable Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get ();
void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
Property Value
Type:
String
See Also