MonthsOfYearSelector.July Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: System.Boolean

See Also

MonthsOfYearSelector Class
ReportService2010 Namespace

Return to top