Gets and sets whether the Module is Portable

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

Syntax

C#
public bool IsPortable { get; set; }
Visual Basic
Public Property IsPortable As Boolean
	Get
	Set

Return Value

A Boolean

See Also