Rule::FireTime Property

 

Gets or sets when the rule should execute. Normally set by the RuleOn attribute.

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

public:
property TimeToFire FireTime {
	TimeToFire get();
	void set(TimeToFire value);
}

Property Value

Type: Microsoft.VisualStudio.Modeling::TimeToFire

A TimeToFire indicating when the rule should raise.

Return to top
Show: