Disk.StorageSpaceFriendlyName Property
Gets the friendly name of the storage space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string StorageSpaceFriendlyName { get; internal set; }
public:
property String^ StorageSpaceFriendlyName {
String^ get();
internal: void set(String^ value);
}
Public Property StorageSpaceFriendlyName As String
Get
Friend Set
End Property
Property Value
Type: System.String
The friendly name of the storage space.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top