Свойство Saturday
Gets or sets a value that indicates whether a scheduled report runs on Saturday.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
Public Property Saturday As Boolean
Get
Set
'Применение
Dim instance As DaysOfWeekSelector
Dim value As Boolean
value = instance.Saturday
instance.Saturday = value
public bool Saturday { get; set; }
public:
property bool Saturday {
bool get ();
void set (bool value);
}
member Saturday : bool with get, set
function get Saturday () : boolean
function set Saturday (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
true if a scheduled report runs on Saturday; otherwise, false. The default is false.