MonthlyDOWRecurrence.MonthsOfYear Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
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

See Also

Reference

MonthlyDOWRecurrence Class

Microsoft.TeamFoundation.Client.Reporting Namespace