Share via


MonthlyDOWRecurrence.MonthsOfYear Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property MonthsOfYear As MonthsOfYearSelector
'Usage
Dim instance As MonthlyDOWRecurrence 
Dim value As MonthsOfYearSelector 

value = instance.MonthsOfYear

instance.MonthsOfYear = value
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get ();
    void set (MonthsOfYearSelector^ value);
}
public function get MonthsOfYear () : MonthsOfYearSelector 
public function set MonthsOfYear (value : MonthsOfYearSelector)

Property Value

Type: Microsoft.TeamFoundation.Proxy.Reporting.MonthsOfYearSelector

.NET Framework Security

See Also

Reference

MonthlyDOWRecurrence Class

MonthlyDOWRecurrence Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace