MonthsOfYearSelector.November Property
Gets or sets a value that indicates whether a scheduled report runs in November.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property November As Boolean
Get
Set
'Usage
Dim instance As MonthsOfYearSelector
Dim value As Boolean
value = instance.November
instance.November = value
public bool November { get; set; }
public:
property bool November {
bool get ();
void set (bool value);
}
member November : bool with get, set
function get November () : boolean
function set November (value : boolean)
Property Value
Type: System.Boolean
true if the scheduled report runs in November; otherwise, false. The default is false.