Default target (frame or window) to use when navigating.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string Target { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property Target As String

See Also