TimePeriodDataSet.TimePeriodsDataTable.WPRD_NAMEColumn property
Gets the schema of the WPRD_NAMEColumn in the TimePeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WPRD_NAMEColumn As DataColumn
Get
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsDataTable
Dim value As DataColumn
value = instance.WPRD_NAMEColumn
public DataColumn WPRD_NAMEColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
TimePeriodDataSet.TimePeriodsDataTable class