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 type of module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmPipelineModuleType ModuleType { get; }
property _FsrmPipelineModuleType ModuleType {
_FsrmPipelineModuleType get();
}
abstract ModuleType : _FsrmPipelineModuleType with get
ReadOnly Property ModuleType As _FsrmPipelineModuleType
Property Value
Type: Microsoft.Storage._FsrmPipelineModuleType
The type of the module.
Implements
IFsrmPipelineModuleDefinition.ModuleType
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top