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