다음을 통해 공유


TeamFoundationJobSchedule.ScheduledTime Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property ScheduledTime As DateTime
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public DateTime ScheduledTime { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property DateTime ScheduledTime {
    DateTime get ();
    void set (DateTime value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member ScheduledTime : DateTime with get, set
function get ScheduledTime () : DateTime
function set ScheduledTime (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

TeamFoundationJobSchedule Class

Microsoft.TeamFoundation.Framework.Server Namespace