MonthsOfYearSelector.November Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public bool November { get; set; }
public:
property bool November {
    bool get();
    void set(bool value);
}
member November : bool with get, set
Public Property November As Boolean

Property Value

Type: System.Boolean

See Also

MonthsOfYearSelector Class
ReportService2010 Namespace

Return to top