Share via


TimesheetDataSet.ActionsRow.TS_ACTION_UID property

Specifies the unique identifier for this row.

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

Syntax

'Declaration
Public Property TS_ACTION_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActionsRow
Dim value As Guid

value = instance.TS_ACTION_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetDataSet.ActionsRow class

TimesheetDataSet.ActionsRow members

WebSvcTimeSheet namespace