summaryP:DotNetNuke.Services.Tokens.JavaScriptDto.Version

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[JsonPropertyAttribute("version")]
public string Version { get; set; }
Visual Basic
<JsonPropertyAttribute("version")> 
Public Property Version As String
	Get
	Set

See Also