DiskInfo.StorageSpaceFriendlyName Property

 

Gets and sets the friendly name of the storage space.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public string StorageSpaceFriendlyName { get; set; }
public:
[DataMemberAttribute]
property String^ StorageSpaceFriendlyName {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property StorageSpaceFriendlyName As String

Property Value

Type: System.String

The friendly name of the storage space.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top