GatewayOptions.PreferedGatewayIndex 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 index of the preferred gateway within the list of active gateways.
public int PreferedGatewayIndex { get; set; }
member this.PreferedGatewayIndex : int with get, set
Public Property PreferedGatewayIndex As Integer
Property Value
No gateway is preferred by default.
Remarks
Set this value to its default value, -1
, to disable this functionality.