OneWayElement.MaxAcceptedChannels Eigenschap

Definitie

Hiermee kunt u het maximum aantal kanalen ophalen of instellen dat kan worden geaccepteerd.

public:
 property int MaxAcceptedChannels { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxAcceptedChannels", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxAcceptedChannels { get; set; }
[<System.Configuration.ConfigurationProperty("maxAcceptedChannels", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxAcceptedChannels : int with get, set
Public Property MaxAcceptedChannels As Integer

Waarde van eigenschap

Het maximum aantal kanalen dat kan worden geaccepteerd.

Kenmerken

Van toepassing op