summaryP:DotNetNuke.Services.Tokens.StylesheetDto.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 |