Gets and Sets the ReleaseNotes of this package

Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ReleaseNotes { get; set; }
Visual Basic
Public Property ReleaseNotes As String
	Get
	Set

Field Value

A String

See Also