DiskInfo.AlreadyInStoragePool Property

 

Gets and sets a value that determines if the disk is alreayd in the storage pool.

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

Syntax

[DataMemberAttribute]
public bool AlreadyInStoragePool { get; set; }
public:
[DataMemberAttribute]
property bool AlreadyInStoragePool {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property AlreadyInStoragePool As Boolean

Property Value

Type: System.Boolean

true if the disk is already in the storage pool; otherwise, false.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top