SyncErrorsDataSet.SyncErrorsRow.SYNC_WSS_LIST_ITEM_ID Property
Gets or sets the GUID of the item in the SharePoint task list.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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