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


Свойство Item

Gets or sets the recurrence pattern of a schedule.

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

Синтаксис

'Декларация
Public Property Item As RecurrencePattern
    Get
    Set
'Применение
Dim instance As ScheduleDefinition
Dim value As RecurrencePattern

value = instance.Item

instance.Item = value
public RecurrencePattern Item { get; set; }
public:
property RecurrencePattern^ Item {
    RecurrencePattern^ get ();
    void set (RecurrencePattern^ value);
}
member Item : RecurrencePattern with get, set
function get Item () : RecurrencePattern
function set Item (value : RecurrencePattern)

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

Тип: ReportService2005. . :: . .RecurrencePattern
A RecurrencePattern object.