TimePeriodDataSet.TimePeriodsRow.WPRD_STATE_ENUM property
Specifies the editing state (locked, unlocked or otherwise) of the work period.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WPRD_STATE_ENUM As Byte
Get
Set
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsRow
Dim value As Byte
value = instance.WPRD_STATE_ENUM
instance.WPRD_STATE_ENUM = value
public byte WPRD_STATE_ENUM { get; set; }
Property value
Type: System.Byte
See also
Reference
TimePeriodDataSet.TimePeriodsRow class