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