ChangeTypeDescription Property
In This Topic
Gets the text description of the
ChangeType.
Syntax
'Declaration
Public ReadOnly Property ChangeTypeDescription As String
public string ChangeTypeDescription {get;}
public:
property String^ ChangeTypeDescription {
String^ get();
}
See Also