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