WeeklyRecurrence.DaysOfWeek Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property DaysOfWeek As DaysOfWeekSelector
public DaysOfWeekSelector DaysOfWeek { get; set; }
public:
property DaysOfWeekSelector^ DaysOfWeek {
DaysOfWeekSelector^ get ();
void set (DaysOfWeekSelector^ value);
}
member DaysOfWeek : DaysOfWeekSelector with get, set
function get DaysOfWeek () : DaysOfWeekSelector
function set DaysOfWeek (value : DaysOfWeekSelector)
Property Value
Type: Microsoft.TeamFoundation.Client.Reporting.DaysOfWeekSelector
.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.