Hyperlink.TextToDisplay Property

Returns or sets the specified hyperlink's visible text in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property TextToDisplay As String
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As String

value = instance.TextToDisplay

instance.TextToDisplay = value
string TextToDisplay { get; set; }

Property Value

Type: System.String

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace