Share via


SPPromotedActionButton.AlternateText property

The alternate text to be displayed for the image in the button

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

Syntax

'Declaration
Public Overridable Property AlternateText As String
    Get
    Set
'Usage
Dim instance As SPPromotedActionButton
Dim value As String

value = instance.AlternateText

instance.AlternateText = value
public virtual string AlternateText { get; set; }

Property value

Type: System.String

See also

Reference

SPPromotedActionButton class

SPPromotedActionButton members

Microsoft.SharePoint.WebControls namespace