TimesheetDataSet.StatusingChangeLogRow.ENTITY_UID property
The GUID of the assignment or task entity.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ENTITY_UID As Guid
Get
Set
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogRow
Dim value As Guid
value = instance.ENTITY_UID
instance.ENTITY_UID = value
public Guid ENTITY_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
TimesheetDataSet.StatusingChangeLogRow class