summaryP:DotNetNuke.Services.Tokens.JavaScriptDto.Priority
Namespace: DotNetNuke.Services.TokensAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[JsonPropertyAttribute("priority")] public int Priority { get; set; } |
| Visual Basic |
|---|
<JsonPropertyAttribute("priority")> Public Property Priority As Integer Get Set |