Share via


OneWayElement.MaxAcceptedChannels Proprietà

Definizione

Ottiene o imposta il numero massimo di canali che può essere accettato.

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

Valore della proprietà

Int32

Numero massimo di canali che può essere accettato.

Attributi

Si applica a