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