Share via


AssetUrlSelector.AccessibilityName property

Gets or sets the string that appears as the Microsoft Active Accessibility (MSAA) name used by Web user interface (UI) accessibility tools.

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

Syntax

'Declaration
Public Property AccessibilityName As String
    Get
    Set
'Usage
Dim instance As AssetUrlSelector
Dim value As String

value = instance.AccessibilityName

instance.AccessibilityName = value
public string AccessibilityName { get; set; }

Property value

Type: System.String
The string that appears as the MSAA name used by Web user interface (UI) accessibility tools.
Default is an empty string.

Remarks

This property has no effect if the AssetUrlTextBoxVisible property is set to false.

See also

Reference

AssetUrlSelector class

AssetUrlSelector members

Microsoft.SharePoint.Publishing.WebControls namespace

AssetUrlSelector