Compartilhar via


SpacesPool.ID Property

 

Gets the ID.

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

Syntax

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

Property Value

Type: System.String

The ID.

See Also

SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top