TimePeriodDataSet.TimePeriodsRow.WPRD_STATE_ENUM Property
Specifies the editing state (locked, unlocked or otherwise) of the work period.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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