Share via


SyncDataSet.SyncItemTaskMappingsRow.SYNC_WSS_LIST_ITEM_ID property

Gets or sets the identification number of the item in the SharePoint 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 SyncDataSet.SyncItemTaskMappingsRow
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
Returns Int32.

See also

Reference

SyncDataSet.SyncItemTaskMappingsRow class

SyncDataSet.SyncItemTaskMappingsRow members

WebSvcProject namespace