Rule.FireBefore Property

Gets the rule and verifies whether it should raise before the change occurs.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if this rule should be raised inline before the change occurs; otherwise, false.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.VisualStudio.Modeling Namespace