Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets when the rule should raise.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property FireTime As TimeToFire
'Usage
Dim instance As Rule
Dim value As TimeToFire
value = instance.FireTime
instance.FireTime = value
public TimeToFire FireTime { get; set; }
public:
property TimeToFire FireTime {
TimeToFire get ();
void set (TimeToFire value);
}
public function get FireTime () : TimeToFire
public function set FireTime (value : TimeToFire)
Property Value
Type: Microsoft.VisualStudio.Modeling.TimeToFire
A TimeToFire indicating when the rule should raise.
.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.