Gets the terms.

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

Syntax

C#
[XmlIgnoreAttribute]
[ScriptIgnoreAttribute]
public List<Term> Terms { get; }
Visual Basic
<XmlIgnoreAttribute> 
<ScriptIgnoreAttribute> 
Public ReadOnly Property Terms As List(Of Term)
	Get

Field Value

Terms Collection

See Also