CommonProjectConfiguration.Weekends Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Weekends

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Property Weekends As DayOfWeek()
public DayOfWeek[] Weekends { get; set; }
public:
property array<DayOfWeek>^ Weekends {
    array<DayOfWeek>^ get ();
    void set (array<DayOfWeek>^ value);
}
member Weekends : DayOfWeek[] with get, set
function get Weekends () : DayOfWeek[]
function set Weekends (value : DayOfWeek[])

Property Value

Type: array<System.DayOfWeek[]
Returns DayOfWeek.

.NET Framework Security

See Also

Reference

CommonProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace