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






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

Property Value

The metadata properties 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