PublishedProjectResource.Email property
Gets the email address of the resource.
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 PublishedProjectResource
Dim value As String
value = instance.Email
[RemoteAttribute]
public string Email { get; }
Property value
Type: System.String
An object that contains the resource email address.
See also
Reference
PublishedProjectResource class