Gets and sets the Supported Features of the Module

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

Syntax

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

Return Value

An Integer

See Also