TeamFoundationJobSchedule.ScheduledTime Property
Gets or sets the scheduled time used as a basis for calculating the next run time.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property ScheduledTime As DateTime
Get
Set
public DateTime ScheduledTime { get; set; }
public:
property DateTime ScheduledTime {
DateTime get ();
void set (DateTime value);
}
member ScheduledTime : DateTime with get, set
function get ScheduledTime () : DateTime
function set ScheduledTime (value : DateTime)
Property Value
Type: System.DateTime
The scheduled time used as a basis for calculating the next run time.
.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.