ImportTimesheetDataSet.LinesRow.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 ImportTimesheetDataSet.LinesRow
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

ImportTimesheetDataSet.LinesRow class

ImportTimesheetDataSet.LinesRow members

WebSvcStatusing namespace