ProjectDataSet.TaskRow.TASK_CONTACT Property
Name of person responsible for the task.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_CONTACT As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.TASK_CONTACT
instance.TASK_CONTACT = value
public string TASK_CONTACT { get; set; }
Property Value
Type: System.String
Contains the name of an individual responsible for a task. This person can be someone other than an assigned resource.
Remarks
Read-only.