TimesheetManagersDataSet.TimesheetManagersRow.RES_UID プロパティ
取得またはタイムシート マネージャー リソースの GUID を設定します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property RES_UID As Guid
Get
Set
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim value As Guid
value = instance.RES_UID
instance.RES_UID = value
public Guid RES_UID { get; set; }
プロパティ値
型: System.Guid
タイムシート マネージャー GUID。
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersRow クラス