Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SoapFormatter::AssemblyFormat Property

 

Gets or sets the behavior of the deserializer with regards to finding and loading assemblies.

Namespace:   System.Runtime.Serialization.Formatters.Soap
Assembly:  System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)

public:
property FormatterAssemblyStyle AssemblyFormat {
	FormatterAssemblyStyle get();
	void set(FormatterAssemblyStyle value);
}

Property Value

Type: System.Runtime.Serialization.Formatters::FormatterAssemblyStyle

One of the FormatterAssemblyStyle values that specifies the deserializer behavior.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft