DescriptionOverride Property (Task)
In This Topic
Override for the system-generated description of the object
Syntax
'Declaration
Public Property DescriptionOverride As String
public string DescriptionOverride {get; set;}
public:
property String^ DescriptionOverride {
String^ get();
void set ( String^ value);
}
See Also