SoapFormatter.AssemblyFormat Vlastnost

Definice

Získá nebo nastaví chování deserializátoru s ohledem na hledání a načítání sestavení.

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

Hodnota vlastnosti

Jedna z FormatterAssemblyStyle hodnot, která určuje chování deserializátoru.

Platí pro

Viz také