SyncErrorsDataSet.SyncErrorsRow.SYNC_WSS_LIST_ITEM_ID-Eigenschaft
Ruft ab oder legt die GUID des Elements in der SharePoint-Aufgabenliste.
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; }
Eigenschaftswert
Typ: System.Int32
Siehe auch
Referenz
SyncErrorsDataSet.SyncErrorsRow Klasse