Schedule.ScheduleStateName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.