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.
The type of storage that the storage module uses.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmStorageModuleType StorageType { get; set; }
property _FsrmStorageModuleType StorageType {
_FsrmStorageModuleType get();
void set(_FsrmStorageModuleType value);
}
abstract StorageType : _FsrmStorageModuleType with get, set
Property StorageType As _FsrmStorageModuleType
Property Value
Type: Microsoft.Storage._FsrmStorageModuleType
A _FsrmStorageModuleType that contains the type of storage that the storage module uses.
The storageType parameter must be either FsrmStorageModuleType_InFile or FsrmStorageModuleType_Database. No other values are supported.
Remarks
This property is read/write.
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top