WCF-Xtensions Class Reference for Mono
TypeNameHandling Property (JsonSerializerSettings)






Gets or sets how type name writing and reading is handled by the serializer.
Syntax
'Declaration
 
Public Property TypeNameHandling As TypeNameHandling
'Usage
 
Dim instance As JsonSerializerSettings
Dim value As TypeNameHandling
 
instance.TypeNameHandling = value
 
value = instance.TypeNameHandling
public TypeNameHandling TypeNameHandling {get; set;}
public read-write property TypeNameHandling: TypeNameHandling; 
public function get,set TypeNameHandling : TypeNameHandling
public: __property TypeNameHandling get_TypeNameHandling();
public: __property void set_TypeNameHandling( 
   TypeNameHandling value
);
public:
property TypeNameHandling TypeNameHandling {
   TypeNameHandling get();
   void set (    TypeNameHandling value);
}

Property Value

The type name handling.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonSerializerSettings Class
JsonSerializerSettings Members

Send Feedback