SoapFormatter.TypeFormat プロパティ

定義

シリアル化されたストリームにおける型の記述のレイアウト形式を取得または設定します。

public:
 property System::Runtime::Serialization::Formatters::FormatterTypeStyle TypeFormat { System::Runtime::Serialization::Formatters::FormatterTypeStyle get(); void set(System::Runtime::Serialization::Formatters::FormatterTypeStyle value); };
public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get; set; }
member this.TypeFormat : System.Runtime.Serialization.Formatters.FormatterTypeStyle with get, set
Public Property TypeFormat As FormatterTypeStyle

プロパティ値

シリアル化されたストリームにおける型の記述のレイアウト形式。

適用対象

こちらもご覧ください