IFsrmClassifierModuleDefinition.Enabled Property

 

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