Поделиться через


ProjectDataSet.TaskRow.TASK_CONTACT Property

Contains the name of the person who is responsible for the task.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Remarks

Contains the name of an individual who is responsible for a task. This person can be someone other than an assigned resource.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service