Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the name of person responsible for the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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 who is responsible for the task. This person can be someone other than an assigned resource.
Remarks
Read-only.