Schedule.ScheduleStateName 屬性
Gets the state of the schedule.
命名空間: ReportService2010
組件: ReportService2010 (在 ReportService2010.dll 中)
語法
'宣告
Public Property ScheduleStateName As String
Get
Set
'用途
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)
屬性值
型別:System.String
A String value that represents the state of the schedule.
備註
For a list of valid schedule states, use the ListScheduleStates method.