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.
Retrieves the state of the collection.
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 a _FsrmCollectionState containing the state of the collection.
See Also
IFsrmCollection Interface
Microsoft.Storage Namespace
Return to top