Hyperlink.Address Property

Returns or sets the address (for example, a file name or URL) of the specified hyperlink.

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

Syntax

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

value = instance.Address

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

Property Value

Type: System.String

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace