Gets or sets the name of the target window or frame that the Web page should open in, or the name of the object within the Silverlight application to navigate to.

Namespace: FirstFloor.Documents.Controls.Commands
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string TargetName { get; set; }
Visual Basic
Public Property TargetName As String
	Get
	Set
Visual C++
public:
property String^ TargetName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the target.

See Also