summaryP:DotNetNuke.UI.WebControls.DNNTextSuggest.CaseSensitive

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

Syntax

C#
[DefaultValueAttribute(false)]
[ClientPropertyNameAttribute("casesens")]
[ClientPropertyAttribute]
public bool CaseSensitive { get; set; }
Visual Basic
<DefaultValueAttribute(false)> 
<ClientPropertyNameAttribute("casesens")> 
<ClientPropertyAttribute> 
Public Property CaseSensitive As Boolean
	Get
	Set

See Also