ResourceDataSet.ResourcesDataTable.RES_ACCRUE_ATColumn property
Defines the column for the RES_ACCRUE_AT field.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property RES_ACCRUE_ATColumn As DataColumn
Get
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim value As DataColumn
value = instance.RES_ACCRUE_ATColumn
public DataColumn RES_ACCRUE_ATColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
ResourceDataSet.ResourcesDataTable class