Share via


PublishedTask.Contact property

Gets the name of the individual who is responsible for a task.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Contact As String
    Get
'Usage
Dim instance As PublishedTask
Dim value As String

value = instance.Contact
[RemoteAttribute]
public string Contact { get; }

Property value

Type: System.String
The task contact.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace