TimesheetListDataSet.TimesheetsRow.TS_STATUS_ENUM-Eigenschaft
Gibt an, welche TimesheetEnum.Status für diesen Arbeitszeitnachweis.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_STATUS_ENUM As Byte
Get
Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Byte
value = instance.TS_STATUS_ENUM
instance.TS_STATUS_ENUM = value
public byte TS_STATUS_ENUM { get; set; }
Eigenschaftswert
Typ: System.Byte
Siehe auch
Referenz
TimesheetListDataSet.TimesheetsRow Klasse