TimePeriodDataSet.TimePeriodsDataTable.WPRD_STATE_ENUMColumn Property
Gets the schema of the WPRD_STATE_ENUMColumn in the TimePeriodsDataTable.
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 ReadOnly Property WPRD_STATE_ENUMColumn As DataColumn
Get
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsDataTable
Dim value As DataColumn
value = instance.WPRD_STATE_ENUMColumn
public DataColumn WPRD_STATE_ENUMColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimePeriodDataSet.TimePeriodsDataTable Class