Gets and sets the ID of the Package for this Desktop Module

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

Syntax

C#
public int PackageID { get; set; }
Visual Basic
Public Property PackageID As Integer
	Get
	Set

Return Value

An Integer

See Also