Compartilhar via


SpacesPool.FriendlyName Property

 

Gets the friendly name.

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

Syntax

public string FriendlyName { get; internal set; }
public:
property String^ FriendlyName {
    String^ get();
    internal: void set(String^ value);
}
Public Property FriendlyName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The friendly name.

See Also

SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top