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