FormButton.ItemId Property
Gets or sets the item ID.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ItemId As Integer
Get
Set
'Usage
Dim instance As FormButton
Dim value As Integer
value = instance.ItemId
instance.ItemId = value
public int ItemId { get; set; }
Property Value
Type: System.Int32