StatusingDataSet.ProjectsRow.CAL_UID プロパティ
プロジェクトに関連付けられているカレンダーの GUID を取得します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property CAL_UID As Guid
Get
Set
'使用
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Guid
value = instance.CAL_UID
instance.CAL_UID = value
public Guid CAL_UID { get; set; }
プロパティ値
型: System.Guid
カレンダー GUID です。
関連項目
参照先
StatusingDataSet.ProjectsRow クラス