ResourcePlanDataSet.PlanResourcesDataTable.WRES_EMAIL_LANGUAGEColumn Property
Defines the column for the WRES_EMAIL_LANGUAGE field.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property WRES_EMAIL_LANGUAGEColumn As DataColumn
Get
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim value As DataColumn
value = instance.WRES_EMAIL_LANGUAGEColumn
public DataColumn WRES_EMAIL_LANGUAGEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ResourcePlanDataSet.PlanResourcesDataTable Class