HyperlinkAction.TargetWindow Property

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property TargetWindow As String
'Usage
Dim instance As HyperlinkAction
Dim value As String

value = instance.TargetWindow

instance.TargetWindow = value
public string TargetWindow { get; set; }
public:
property String^ TargetWindow {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TargetWindow ()

/** @property */
public void set_TargetWindow (String value)
public function get TargetWindow () : String

public function set TargetWindow (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

HyperlinkAction Class
HyperlinkAction Members
Microsoft.Expression.Interactivity.Core Namespace