Share via


TimeSheetLine.ProjectName property

Gets the timesheet line project name.

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

Syntax

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

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

Property value

Type: System.String
The name of the project that is associated with the timesheet line.

See also

Reference

TimeSheetLine class

TimeSheetLine members

Microsoft.ProjectServer.Client namespace