Schedule2010.UtcDaysToBuild Property
Gets or sets the days—in Coordinated Universal Time (UTC)—that the schedule should run.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
Public Property UtcDaysToBuild As ScheduleDays2010
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)]
public ScheduleDays2010 UtcDaysToBuild { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public)]
public:
property ScheduleDays2010 UtcDaysToBuild {
ScheduleDays2010 get ();
void set (ScheduleDays2010 value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)>]
member UtcDaysToBuild : ScheduleDays2010 with get, set
function get UtcDaysToBuild () : ScheduleDays2010
function set UtcDaysToBuild (value : ScheduleDays2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.ScheduleDays2010
Returns ScheduleDays2010.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace