Gets and sets the Version of the Desktop Module

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

Syntax

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

Return Value

A String

See Also