TimesheetAuditExportDataSet.AuditExportsDataTable.ASSN_UIDColumn property
Gets the schema of the ASSN_UIDColumn in the AuditExportsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property ASSN_UIDColumn As DataColumn
Get
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim value As DataColumn
value = instance.ASSN_UIDColumn
public DataColumn ASSN_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable class