TimesheetListDataSet.TimesheetsRow.TS_JOB_UID-Eigenschaft
Ruft die GUID der Hostserver fest.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_JOB_UID As Guid
Get
Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Guid
value = instance.TS_JOB_UID
instance.TS_JOB_UID = value
public Guid TS_JOB_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
TimesheetListDataSet.TimesheetsRow Klasse