MonthlyRecurrence.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 MonthlyRecurrence
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
- 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.