summaryP:DotNetNuke.Entities.Tabs.TabInfo.KeyWords

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("keywords")]
public string KeyWords { get; set; }
Visual Basic
<XmlElementAttribute("keywords")> 
Public Property KeyWords As String
	Get
	Set

See Also