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
- 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.