Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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