summaryP:DotNetNuke.UI.WebControls.DNNTextSuggest.Target

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyNameAttribute("target")]
[ClientPropertyAttribute]
[DefaultValueAttribute("")]
public string Target { get; set; }
Visual Basic
<ClientPropertyNameAttribute("target")> 
<ClientPropertyAttribute> 
<DefaultValueAttribute("")> 
Public Property Target As String
	Get
	Set

See Also