ResourceAssignmentDataSet.ResourceAssignmentRow.TASK_NAME Property
Gets or sets the name of the task to which the resource is assigned.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property TASK_NAME As String
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As String
value = instance.TASK_NAME
instance.TASK_NAME = value
public string TASK_NAME { get; set; }
Property Value
Type: System.String
Remarks
The task name is copied from the TASK_NAME property.
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class