Share via


OutboundRouteEntry.Precedence Property

Definition

Gets or sets the precedence of the template for link generation. A greater value of Precedence means that an entry is considered first.

public:
 property System::Decimal Precedence { System::Decimal get(); void set(System::Decimal value); };
public decimal Precedence { get; set; }
member this.Precedence : decimal with get, set
Public Property Precedence As Decimal

Property Value

Remarks

Entries are ordered first by Order (ascending) then by Precedence (descending).

Applies to