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