MyAlertsButton.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 MyAlertsButton
Dim value As String

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

Property value

Type: System.String
A string that contains the button ID.

See also

Reference

MyAlertsButton class

MyAlertsButton members

Microsoft.SharePoint.WebControls namespace