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 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
'Declaration
Public Property ScheduledTime As DateTime
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.