summaryP:DotNetNuke.Services.Tokens.JavaScriptDto.Specific

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

Syntax

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

See Also