summaryP:DotNetNuke.Services.Tokens.StylesheetDto.Priority

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

Syntax

C#
[JsonPropertyAttribute("priority")]
public int Priority { get; set; }
Visual Basic
<JsonPropertyAttribute("priority")> 
Public Property Priority As Integer
	Get
	Set

See Also