BaseChannelObjectWithProperties.IsFixedSize プロパティ
現在のチャネル オブジェクトに入力できるプロパティの数が固定されているかどうかを示す Boolean 値を取得します。
Public Overridable ReadOnly Property IsFixedSize As Boolean _ Implements IDictionary.IsFixedSize
[C#]
public virtual bool IsFixedSize {get;}
[C++]
public: __property virtual bool get_IsFixedSize();
[JScript]
public function get IsFixedSize() : Boolean;
プロパティ値
現在のチャネル オブジェクトに入力できるプロパティの数が固定されているかどうかを示す Boolean 値。
実装
解説
現在の実装では、 IsFixedSize が true を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
BaseChannelObjectWithProperties クラス | BaseChannelObjectWithProperties メンバ | System.Runtime.Remoting.Channels 名前空間