Condividi tramite


TimesheetDataSet.AuditsRow.TS_LINE_UID property

Specifies the unique identifier of the TimesheetDataSet.LinesRow object to which this audit applies.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TS_LINE_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.AuditsRow
Dim value As Guid

value = instance.TS_LINE_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetDataSet.AuditsRow class

TimesheetDataSet.AuditsRow members

WebSvcTimeSheet namespace