Compartilhar via


OneWayElement.MaxAcceptedChannels Propriedade

Definição

Obtém ou define o número máximo de canais que podem ser aceitos.

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

Valor da propriedade

Int32

O número máximo de canais que podem ser aceitos.

Atributos

Aplica-se a