TimesheetAuditExportDataSet.AuditExportsRow.TASK_UID property

Specifies the unique identifier of the task for the timesheet.

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

Syntax

'Declaration
Public Property TASK_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As Guid

value = instance.TASK_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetAuditExportDataSet.AuditExportsRow class

TimesheetAuditExportDataSet.AuditExportsRow members

WebSvcAdmin namespace