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






Gets or sets how constructors are used during deserialization.
Syntax
'Declaration
 
Public Property ConstructorHandling As ConstructorHandling
'Usage
 
Dim instance As JsonSerializerSettings
Dim value As ConstructorHandling
 
instance.ConstructorHandling = value
 
value = instance.ConstructorHandling
public ConstructorHandling ConstructorHandling {get; set;}
public read-write property ConstructorHandling: ConstructorHandling; 
public function get,set ConstructorHandling : ConstructorHandling
public: __property ConstructorHandling get_ConstructorHandling();
public: __property void set_ConstructorHandling( 
   ConstructorHandling value
);
public:
property ConstructorHandling ConstructorHandling {
   ConstructorHandling get();
   void set (    ConstructorHandling value);
}

Property Value

The constructor 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