다음을 통해 공유


ScheduleReference.ScheduleID 속성

Gets or sets the system-generated unique identifier of a shared schedule.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Property ScheduleID As String 
    Get 
    Set
‘사용 방법
Dim instance As ScheduleReference 
Dim value As String 

value = instance.ScheduleID

instance.ScheduleID = value
public string ScheduleID { get; set; }
public:
property String^ ScheduleID {
    String^ get ();
    void set (String^ value);
}
member ScheduleID : string with get, set
function get ScheduleID () : String 
function set ScheduleID (value : String)

속성 값

유형: System.String
A String value that contains the system-generated unique identifier of a shared schedule.

참고 항목

참조

ScheduleReference 클래스

ReportService2006 네임스페이스