IFsrmStorageModuleDefinition.Enabled Property
Determines whether the module is enabled.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool Enabled { get; set; }
property bool Enabled {
bool get();
void set(bool value);
}
abstract Enabled : bool with get, set
Property Enabled As Boolean
Property Value
Type: System.Boolean
A value that determines whether the module is enabled.
Implements
IFsrmPipelineModuleDefinition.Enabled
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top