SPWorkflowDataSourceView.ItemId property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ItemId As Integer
Get
Set
'Usage
Dim instance As SPWorkflowDataSourceView
Dim value As Integer
value = instance.ItemId
instance.ItemId = value
public int ItemId { get; set; }
Property value
Type: System.Int32
See also
Reference
SPWorkflowDataSourceView class