CreateStorageSpaceRequest.StoragePoolId Property
Gets the ID of the storage pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string StoragePoolId { get; internal set; }
public:
property String^ StoragePoolId {
String^ get();
internal: void set(String^ value);
}
Public Property StoragePoolId As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String object that contains the ID of the storage pool.
See Also
CreateStorageSpaceRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top