CalendarDataSet.CalendarsRow.CAL_UID プロパティ
カレンダーの一意の識別子を取得します。
名前空間: WebSvcCalendar
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property CAL_UID As Guid
Get
Set
'使用
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid
value = instance.CAL_UID
instance.CAL_UID = value
public Guid CAL_UID { get; set; }
プロパティ値
型: System.Guid
Guid を返します。
関連項目
参照先
CalendarDataSet.CalendarsRow クラス