Rule::FireBefore Property

 

true if this rule will be executed before the change occurs.

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

public:
property bool FireBefore {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if this rule will be executed before the change occurs; otherwise, false.

Return to top
Show: