Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the recurrence pattern of a schedule.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Item As RecurrencePattern
Get
Set
'Usage
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)
Property Value
Type: ReportService2005.RecurrencePattern
A RecurrencePattern object.