Address Property (Hyperlink)
In This Topic
Gets or sets the address for the specified link. The address can be an e-mail address, an Internet address, or a file name.
Syntax
'Declaration
Public Property Address As System.Uri
public System.Uri Address {get; set;}
See Also