Gets and sets a Regular Expression that matches the versions of the core that this module is compatible with

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

Syntax

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

Return Value

A String

See Also