Item 속성
Gets or sets the recurrence pattern of a schedule.
네임스페이스: ReportService2005
어셈블리: ReportService2005.dll의 ReportService2005
구문
‘선언
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.