ResourceAssignmentDataSet.ResourceAssignmentRow.TASK_NAME Property
Specifies the name of the task to which the resource is assigned.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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