CommonProjectConfiguration.Weekends Property
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
- 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
CommonProjectConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace