Condividi tramite


TimesheetLinePreApproveEventArgs.LineUID property

Gets the GUID of the timesheet line class.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property LineUID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetLinePreApproveEventArgs
Dim value As Guid

value = instance.LineUID

instance.LineUID = value
public Guid LineUID { get; set; }

Property value

Type: System.Guid

See also

Reference

TimesheetLinePreApproveEventArgs class

TimesheetLinePreApproveEventArgs members

Microsoft.Office.Project.Server.Events namespace