DataRuleSetting.Enabled Property

Gets a value that indicates whether the instance is enabled.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Enabled As Boolean
public bool Enabled { get; internal set; }
public:
property bool Enabled {
    bool get ();
    internal: void set (bool value);
}
member Enabled : bool with get, internal set
function get Enabled () : boolean
internal function set Enabled (value : boolean)

Property Value

Type: System.Boolean
true if this instance is enabled; otherwise, false.

.NET Framework Security

See Also

Reference

DataRuleSetting Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule