ClusteredDirectionalSeparatorArrow.AlternateText Property
Gets or sets the alternate text of the separator arrow image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AlternateText As String
Get
Set
'Usage
Dim instance As ClusteredDirectionalSeparatorArrow
Dim value As String
value = instance.AlternateText
instance.AlternateText = value
public string AlternateText { get; set; }
Property Value
Type: System.String
A string that contains the alternate text.
See Also
Reference
ClusteredDirectionalSeparatorArrow Class