Share via


OneWayElement.MaxAcceptedChannels プロパティ

定義

許可されるチャネルの最大数を取得または設定します。

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

プロパティ値

許可されるチャネルの最大数。

属性

適用対象