RuleManager.IsRuleSuspended Property

Gets the IsRuleSuspended flag and verifies whether the rule manager is disabled.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsRuleSuspended As Boolean
public bool IsRuleSuspended { get; }
public:
property bool IsRuleSuspended {
    bool get ();
}
member IsRuleSuspended : bool with get
function get IsRuleSuspended () : boolean

Property Value

Type: Boolean
true if the rule manager is disabled; otherwise, false.

Remarks

When the rule manager is disabled, rules cannot be raised.

.NET Framework Security

See Also

Reference

RuleManager Class

Microsoft.VisualStudio.Modeling Namespace