SyncErrorsDataSet.SyncErrorsRow.SYNC_PROJ_UID property
Gets or sets the GUID of the project that the SharePoint task list is synchronized to.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_PROJ_UID As Guid
Get
Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As Guid
value = instance.SYNC_PROJ_UID
instance.SYNC_PROJ_UID = value
public Guid SYNC_PROJ_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
SyncErrorsDataSet.SyncErrorsRow class