TimesheetDataSet.HeadersRow.TS_STATUS_ENUM property
Specifies the TimesheetEnum.Status type for this timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_STATUS_ENUM As Byte
Get
Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Byte
value = instance.TS_STATUS_ENUM
instance.TS_STATUS_ENUM = value
public byte TS_STATUS_ENUM { get; set; }
Property value
Type: System.Byte
See also
Reference
TimesheetDataSet.HeadersRow class