ResourcePlanDataSet.PlanResourcesRow.WRES_EMAIL_LANGUAGE property
Gets or sets the desired e-mail language of the Web-based resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WRES_EMAIL_LANGUAGE As Integer
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Integer
value = instance.WRES_EMAIL_LANGUAGE
instance.WRES_EMAIL_LANGUAGE = value
public int WRES_EMAIL_LANGUAGE { get; set; }
Property value
Type: System.Int32
A email language.
Remarks
Can be received by the contact for a conference room, or other type of shared resource that requires a specified language.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class