Schedule Class

Represents a schedule and its properties.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Schedule
'Usage
Dim instance As Schedule
[SerializableAttribute]
public class Schedule
[SerializableAttribute]
public ref class Schedule
[<SerializableAttribute>]
type Schedule =  class end
public class Schedule

Remarks

A Schedule object is returned as output by the GetScheduleProperties and ListSchedules methods.

Inheritance Hierarchy

System.Object
  ReportService2006.Schedule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.