Schedule.ScheduleStateName Property

Definition

Gets the state of the schedule.

public:
 property System::String ^ ScheduleStateName { System::String ^ get(); void set(System::String ^ value); };
public string ScheduleStateName { get; set; }
member this.ScheduleStateName : string with get, set
Public Property ScheduleStateName As String

Property Value

A String value that represents the state of the schedule.

Remarks

For a list of valid schedule states, use the ListScheduleStates method.

Applies to