ObjectLinkProviderDataSet.WebObjectsDataTable.WOBJ_PROJ_UIDColumn Property
Defines the column for the WOBJ_PROJ_UID field.
Namespace: [ObjectLinkProvider Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ObjectLinkProvider.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ObjectLinkProvider.asmx?wsdl
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