Hyperlink.Target Property
Returns or sets the name of the frame or window in which to load the hyperlink.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Target As String
Get
Set
'Usage
Dim instance As Hyperlink
Dim value As String
value = instance.Target
instance.Target = value
string Target { get; set; }
Property Value
Type: System.String