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