ProjectDataSet.AssignmentCustomFieldsDataTable.ASSN_UIDColumn Property
Defines the column for the ASSN_UID field.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property ASSN_UIDColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.AssignmentCustomFieldsDataTable
Dim value As DataColumn
value = instance.ASSN_UIDColumn
public DataColumn ASSN_UIDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.AssignmentCustomFieldsDataTable Class