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