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 the state of the schedule.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property ScheduleStateName As String
Get
Set
'Usage
Dim instance As Schedule
Dim value As String
value = instance.ScheduleStateName
instance.ScheduleStateName = value
public string ScheduleStateName { get; set; }
public:
property String^ ScheduleStateName {
String^ get ();
void set (String^ value);
}
member ScheduleStateName : string with get, set
function get ScheduleStateName () : String
function set ScheduleStateName (value : String)
Property Value
Type: System.String
A String value that represents the state of the schedule.
Remarks
For a list of valid schedule states, use the ListScheduleStates method.