Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.TASK_NAME property

Gets or sets the name of the task to which the resource is assigned.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.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

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace