DiskInfo.PoolId Property
Gets and sets the pool ID.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string PoolId { get; set; }
public:
[DataMemberAttribute]
property String^ PoolId {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property PoolId As String
Property Value
Type: System.String
The pool ID>
See Also
DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top