TimesheetListDataSet.TimesheetsRow.RES_UID-Eigenschaft
Gibt die eindeutige Kennung der Ressource, die Arbeitszeittabellen-Liste zugeordnet ist.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_UID As Guid
Get
Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Guid
value = instance.RES_UID
instance.RES_UID = value
public Guid RES_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
TimesheetListDataSet.TimesheetsRow Klasse