UnsubmittedTimesheetDataSet.TimePeriodsRow.TS_STATUS_ENUM property
Used to store the TS_STATUS_ENUM status of the specified timesheet.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_STATUS_ENUM As Byte
Get
Set
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
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
UnsubmittedTimesheetDataSet.TimePeriodsRow class