SummaryTaskPathDataSet.SummaryTaskPathRow.TASK_NAME property
Gets or sets the task name.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_NAME As String
Get
Set
'Usage
Dim instance As SummaryTaskPathDataSet.SummaryTaskPathRow
Dim value As String
value = instance.TASK_NAME
instance.TASK_NAME = value
public string TASK_NAME { get; set; }
Property value
Type: System.String
See also
Reference
SummaryTaskPathDataSet.SummaryTaskPathRow class