Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the name of the task that is associated with this assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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