Share via


IFsrmMutableCollection.State Property

 

Gets the State property.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

_FsrmCollectionState State { get; }
property _FsrmCollectionState State {
    _FsrmCollectionState get();
}
abstract State : _FsrmCollectionState with get
ReadOnly Property State As _FsrmCollectionState

Property Value

Type: Microsoft.Storage._FsrmCollectionState

Returns the State property.

Implements

IFsrmCollection.State

See Also

IFsrmMutableCollection Interface
Microsoft.Storage Namespace

Return to top