Поделиться через


Свойство WeeklyRecurrence.WeeksIntervalSpecified

Gets or sets a value that indicates whether the WeeksInterval property is specified.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property WeeksIntervalSpecified As Boolean 
    Get 
    Set
'Применение
Dim instance As WeeklyRecurrence 
Dim value As Boolean 

value = instance.WeeksIntervalSpecified

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

Значение свойства

Тип: System.Boolean
true if the WeeksInterval property should be included in the Web service call; otherwise, false. The default is false.

Замечания

For more information about omitting properties see Пропуск значений для необязательных объектов веб-службы.

См. также

Справочник

WeeklyRecurrence Класс

Пространство имен ReportService2006