CustomFieldDataSet.CustomFieldsDataTable.APP_ENTITY_UIDColumn property
Defines the column for the APP_ENTITY_UID field.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property APP_ENTITY_UIDColumn As DataColumn
Get
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsDataTable
Dim value As DataColumn
value = instance.APP_ENTITY_UIDColumn
public DataColumn APP_ENTITY_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
CustomFieldDataSet.CustomFieldsDataTable class