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






Gets or sets the type name handling used when serializing this property.
Syntax
'Declaration
 
Public Property TypeNameHandling As TypeNameHandling
'Usage
 
Dim instance As JsonPropertyAttribute
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

JsonPropertyAttribute Class
JsonPropertyAttribute Members

Send Feedback