TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_AUD_UID property

Specifies the sequence number for audited activity that is associated with timesheet data.

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

Syntax

'Declaration
Public Property TS_ACT_AUD_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
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

TimesheetAuditExportDataSet.AuditExportsRow class

TimesheetAuditExportDataSet.AuditExportsRow members

WebSvcAdmin namespace