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