ProjectDataSet.AssignmentRow.TASK_NAME Property
Specifies the name of the task associated with this assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String
value = instance.TASK_NAME
instance.TASK_NAME = value
public string TASK_NAME { get; set; }
Property Value
Type: System.String
Remarks
TASK_NAME is identified by the TASK_UID property. It is denormalized from TASK_NAME.
See Also
Reference
ProjectDataSet.AssignmentRow Class