SoapFormatter.TypeFormat Vlastnost

Definice

Získá nebo nastaví formát, ve kterém jsou popisy typů rozloženy v serializované datové proud.

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

Hodnota vlastnosti

Formát, ve kterém jsou popisy typů rozloženy v serializovaném datovém proudu.

Platí pro

Viz také