TimesheetDataSet.StatusingChangeLogDataTable.ENTITY_UIDColumn property
Defines the column for the ENTITY_UID field.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property ENTITY_UIDColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogDataTable
Dim value As DataColumn
value = instance.ENTITY_UIDColumn
public DataColumn ENTITY_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
TimesheetDataSet.StatusingChangeLogDataTable class