Share via


RuleManager.IsRuleSuspended Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsRuleSuspended As Boolean
'Usage
Dim instance As RuleManager 
Dim value As Boolean 

value = instance.IsRuleSuspended
public bool IsRuleSuspended { get; }
public:
property bool IsRuleSuspended {
    bool get ();
}
public function get IsRuleSuspended () : boolean

Property Value

Type: System.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

RuleManager Members

Microsoft.VisualStudio.Modeling Namespace