TimeSheetLineCreationInformation.AssignmentId property

Gets or sets the GUID of the assignment that is associated with the timesheet line.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property AssignmentId As Guid
    Get
    Set
'Usage
Dim instance As TimeSheetLineCreationInformation
Dim value As Guid

value = instance.AssignmentId

instance.AssignmentId = value
[RemoteAttribute]
public Guid AssignmentId { get; set; }

Property value

Type: System.Guid
The GUID of the assignment that is associated with the timesheet line.

See also

Reference

TimeSheetLineCreationInformation class

TimeSheetLineCreationInformation members

Microsoft.ProjectServer.Client namespace