OutboundRouteEntry.Precedence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).