IFsrmPropertyDefinition2.DisplayName Property
Retrieves or sets the display name of the property definition.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string DisplayName { get; set; }
property String^ DisplayName {
String^ get();
void set(String^ value);
}
abstract DisplayName : string with get, set
Property DisplayName As String
Property Value
Type: System.String
A String containing This property is the display name of the property definition.
See Also
IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace
Return to top