Share via


ImportTimesheetDataSet.LinesRow.TASK_NAME Property

Gets or sets the task name.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service