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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.