Share via


Disk.AlreadyInStoragePool Property

 

Indicates whether the disk is in a storage pool.

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

Syntax

public bool AlreadyInStoragePool { get; internal set; }
public:
property bool AlreadyInStoragePool {
    bool get();
    internal: void set(bool value);
}
Public Property AlreadyInStoragePool As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

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

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top