OneWayBindingElement.MaxAcceptedChannels プロパティ

定義

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

public:
 property int MaxAcceptedChannels { int get(); void set(int value); };
public int MaxAcceptedChannels { get; set; }
member this.MaxAcceptedChannels : int with get, set
Public Property MaxAcceptedChannels As Integer

プロパティ値

許可されるチャネルの最大数。 既定値は 10 です。

適用対象