Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of the storage pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string PoolId { get; internal set; }
public:
property String^ PoolId {
String^ get();
internal: void set(String^ value);
}
Public Property PoolId As String
Get
Friend Set
End Property
Property Value
Type: System.String
The ID of the storage pool.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top