Schedule.ScheduleID 속성

정의

시스템에서 생성된 일정의 고유 ID를 가져오거나 설정합니다.

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

속성 값

시스템에서 생성된 일정의 고유 ID를 포함하는 String 값입니다.

적용 대상