Share via


StorageManager.SpacesPools Property

 

Gets a collection of storage pools.

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

Syntax

public ThreadSafeReadOnlyObservableCollection<SpacesPool> SpacesPools { get; }
public:
property ThreadSafeReadOnlyObservableCollection<SpacesPool^>^ SpacesPools {
    ThreadSafeReadOnlyObservableCollection<SpacesPool^>^ get();
}
Public ReadOnly Property SpacesPools As ThreadSafeReadOnlyObservableCollection(Of SpacesPool)

Property Value

Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ThreadSafeReadOnlyObservableCollection<SpacesPool>

An instance of the ThreadSafeReadOnlyObservableCollection<T> that contains a collection of storage pools.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top