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