NewItemButton.ButtonID property

Gets the button ID.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ButtonID As String
    Get
'Usage
Dim instance As NewItemButton
Dim value As String

value = instance.ButtonID
public override string ButtonID { get; }

Property value

Type: System.String

Examples

A string that contains the button ID.

See also

Reference

NewItemButton class

NewItemButton members

Microsoft.SharePoint.WebControls namespace