Share via


MonthsOfYearSelector.September Property

Gets or sets a value that indicates whether a scheduled report runs in September.

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

Syntax

'Declaration
Public Property September As Boolean 
    Get 
    Set
'Usage
Dim instance As MonthsOfYearSelector 
Dim value As Boolean 

value = instance.September

instance.September = value
public bool September { get; set; }
public:
property bool September {
    bool get ();
    void set (bool value);
}
member September : bool with get, set
function get September () : boolean 
function set September (value : boolean)

Property Value

Type: System.Boolean
true if the scheduled report runs in September; otherwise, false. The default is false.

See Also

Reference

MonthsOfYearSelector Class

ReportService2006 Namespace