Share via


ResourcePlanDataSet.PlanResourcesRow.WRES_EMAIL Property

Specifies the e-mail address of the Web-based resource.

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 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

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

ResourcePlan Web Service