Partager via


GetPoolableDisksRequestCompletedEventArgs.PoolableDisks Property

 

Gets a collection of the Disk objects that can be added to a storage pool.

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

Syntax

public IEnumerable<Disk> PoolableDisks { get; internal set; }
public:
property IEnumerable<Disk^>^ PoolableDisks {
    IEnumerable<Disk^>^ get();
    internal: void set(IEnumerable<Disk^>^ value);
}
Public Property PoolableDisks As IEnumerable(Of Disk)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IEnumerable<Disk>

An instance of the IEnumerable<T> class.

See Also

GetPoolableDisksRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top