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.