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