Share via


ResourcePlanDataSet.PlanResourcesRow.WRES_EMAIL property

Gets or sets the e-mail address of the Web-based resource.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WRES_EMAIL As String
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String

value = instance.WRES_EMAIL

instance.WRES_EMAIL = value
public string WRES_EMAIL { get; set; }

Property value

Type: System.String
A resource email address.

Remarks

Can represent a conference room or other type of shared resource, for which schedule reservations or other information might be accessible via the Web.

See also

Reference

ResourcePlanDataSet.PlanResourcesRow class

ResourcePlanDataSet.PlanResourcesRow members

WebSvcResourcePlan namespace