Share via


TimeSheetLine.TaskName property

Gets the timesheet line task name.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property TaskName As String
    Get
'Usage
Dim instance As TimeSheetLine
Dim value As String

value = instance.TaskName
[RemoteAttribute]
public string TaskName { get; }

Property value

Type: System.String
The name of the task.

See also

Reference

TimeSheetLine class

TimeSheetLine members

Microsoft.ProjectServer.Client namespace