Share via


AttachmentButton.ButtonID property

Gets the button identifier (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 AttachmentButton
Dim value As String

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

Property value

Type: System.String

Remarks

A string that contains the button ID.

See also

Reference

AttachmentButton class

AttachmentButton members

Microsoft.SharePoint.WebControls namespace