SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_TYPE_ENUM property
Gets or sets the type of the error.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_ERROR_TYPE_ENUM As Integer
Get
Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As Integer
value = instance.SYNC_ERROR_TYPE_ENUM
instance.SYNC_ERROR_TYPE_ENUM = value
public int SYNC_ERROR_TYPE_ENUM { get; set; }
Property value
Type: System.Int32
See also
Reference
SyncErrorsDataSet.SyncErrorsRow class