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