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.
Gets and sets the Enabled property.
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 the Enabled property.
Implements
IFsrmPipelineModuleDefinition.Enabled
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top