SoapFormatter.Binder プロパティ

定義

シリアル化されたオブジェクトから型へのバインディングを制御する、SerializationBinder を取得または設定します。

public:
 property System::Runtime::Serialization::SerializationBinder ^ Binder { System::Runtime::Serialization::SerializationBinder ^ get(); void set(System::Runtime::Serialization::SerializationBinder ^ value); };
public System.Runtime.Serialization.SerializationBinder Binder { get; set; }
member this.Binder : System.Runtime.Serialization.SerializationBinder with get, set
Public Property Binder As SerializationBinder

プロパティ値

SerializationBinder で使用する SoapFormatter

実装

適用対象

こちらもご覧ください