Rule.FireBefore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns true if this rule should be fired inline before the change happens
public:
virtual property bool FireBefore { bool get(); };
public virtual bool FireBefore { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.FireBefore : bool
Public Overridable ReadOnly Property FireBefore As Boolean
Property Value
- Attributes