ResourceDataSet.ResourcesRow.WRES_EMAIL_LANGUAGE property
Specifies the language for e-mail messages to this resource.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WRES_EMAIL_LANGUAGE As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
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
An integer that represents a language.
See also
Reference
ResourceDataSet.ResourcesRow class