Share via


TimesheetDataSet.AuditsRow.TS_ACT_AUD_UID property

Specifies the unique identifier for this row.

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

Syntax

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

value = instance.TS_ACT_AUD_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetDataSet.AuditsRow class

TimesheetDataSet.AuditsRow members

WebSvcTimeSheet namespace