FormComponent.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 FormComponent
Dim value As Integer

value = instance.ItemId

instance.ItemId = value
public int ItemId { get; set; }

Property value

Type: System.Int32

See also

Reference

FormComponent class

FormComponent members

Microsoft.SharePoint.WebControls namespace