Share via


SyncErrorsDataSet.SyncErrorsRow.SYNC_WSS_LIST_UID property

Gets the GUID of the SharePoint task list that is being synchronized.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property SYNC_WSS_LIST_UID As Guid
    Get
    Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As Guid

value = instance.SYNC_WSS_LIST_UID

instance.SYNC_WSS_LIST_UID = value
public Guid SYNC_WSS_LIST_UID { get; set; }

Property value

Type: System.Guid

See also

Reference

SyncErrorsDataSet.SyncErrorsRow class

SyncErrorsDataSet.SyncErrorsRow members

WebSvcProject namespace