IFsrmPropertyDefinitionValue.Description Property
Retrieves a description of the classification property definition value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Description { get; }
property String^ Description {
String^ get();
}
abstract Description : string with get
ReadOnly Property Description As String
Property Value
Type: System.String
A String containing a description of the classification property definition value.
See Also
IFsrmPropertyDefinitionValue Interface
Microsoft.Storage Namespace
Return to top