Share via


Schedule.UtcDaysToBuild Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Build.Server.ScheduleDays

.NET Framework Security

See Also

Reference

Schedule Class

Microsoft.TeamFoundation.Build.Server Namespace