TypeNameAssemblyFormat Property

Json.NET

Json.NET - Quick Starts & API Documentation TypeNameAssemblyFormat Property
NamespacesNewtonsoft.JsonJsonSerializerTypeNameAssemblyFormat
Gets or sets how a type name assembly is written and resolved by the serializer.
Declaration Syntax
C# Visual Basic Visual C++
public virtual FormatterAssemblyStyle TypeNameAssemblyFormat { get; set; }
Public Overridable Property TypeNameAssemblyFormat As FormatterAssemblyStyle
	Get
	Set
public:
virtual property FormatterAssemblyStyle TypeNameAssemblyFormat {
	FormatterAssemblyStyle get ();
	void set (FormatterAssemblyStyle value);
}
Value
The type name assembly format.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)