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.
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
Returns true to enable the module; otherwise, false. The default is true.
See Also
IFsrmPipelineModuleDefinition Interface
Microsoft.Storage Namespace
Return to top