Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of a task in Project that corresponds to an item in the SharePoint task list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_TASK_UID As Guid
Get
Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As Guid
value = instance.SYNC_TASK_UID
instance.SYNC_TASK_UID = value
public Guid SYNC_TASK_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
SyncErrorsDataSet.SyncErrorsRow class