Address Property (Hyperlink)
In This Topic
Gets or sets a string value that represents the address of the target document.
Syntax
'Declaration
Public Property Address As String
'Usage
Dim instance As Hyperlink
Dim value As String
instance.Address = value
value = instance.Address
public string Address {get; set;}
See Also