Share via


Rule.FireImmediately Property

Gets the rule and verifies whether it should raise immediately.

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

Syntax

'Declaration
Public Overridable ReadOnly Property FireImmediately As Boolean
'Usage
Dim instance As Rule 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if this rule should raise immediately; otherwise, false.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.VisualStudio.Modeling Namespace