TimePeriodDataSet.TimePeriodsRow.WPRD_STATE_ENUM Property
Specifies the editing state (locked, unlocked or otherwise) of the work period.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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