Gets or sets the content.

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

Syntax

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

Field Value

The content.

See Also