Rule.FireTime 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.
Get or set the time to fire this rule
public:
property Microsoft::VisualStudio::Modeling::TimeToFire FireTime { Microsoft::VisualStudio::Modeling::TimeToFire get(); void set(Microsoft::VisualStudio::Modeling::TimeToFire value); };
public Microsoft.VisualStudio.Modeling.TimeToFire FireTime { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.FireTime : Microsoft.VisualStudio.Modeling.TimeToFire with get, set
Public Property FireTime As TimeToFire
Property Value
- Attributes