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.
Flags that specify capabilities of the storage module.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmStorageModuleCaps Capabilities { get; set; }
property _FsrmStorageModuleCaps Capabilities {
_FsrmStorageModuleCaps get();
void set(_FsrmStorageModuleCaps value);
}
abstract Capabilities : _FsrmStorageModuleCaps with get, set
Property Capabilities As _FsrmStorageModuleCaps
Property Value
Type: Microsoft.Storage._FsrmStorageModuleCaps
A _FsrmStorageModuleCaps that contains flags that specify capabilities of the storage module.
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top