PlanAssignment.Email property
Gets the email address of the resource for a plan assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Email As String
Get
'Usage
Dim instance As PlanAssignment
Dim value As String
value = instance.Email
[RemoteAttribute]
public string Email { get; }
Property value
Type: System.String
The resource email address.