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