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.
NetDataContractSerializer::AssemblyFormat Property
.NET Framework (current version)
Gets a value that specifies a method for locating and loading assemblies.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property FormatterAssemblyStyle AssemblyFormat { FormatterAssemblyStyle get(); void set(FormatterAssemblyStyle value); }
Property Value
Type: System.Runtime.Serialization.Formatters::FormatterAssemblyStyleA FormatterAssemblyStyle enumeration value that specifies a method for locating and loading assemblies.
| Exception | Condition |
|---|---|
| ArgumentException | The value being set does not correspond to any of the FormatterAssemblyStyle values. |
.NET Framework
Available since 3.0
Available since 3.0
Show: