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。

适用于