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






Gets or sets the the type name handling used when serializing the property's collection items.
Syntax
'Declaration
 
Public Property ItemTypeNameHandling As TypeNameHandling
'Usage
 
Dim instance As JsonPropertyAttribute
Dim value As TypeNameHandling
 
instance.ItemTypeNameHandling = value
 
value = instance.ItemTypeNameHandling
public TypeNameHandling ItemTypeNameHandling {get; set;}
public read-write property ItemTypeNameHandling: TypeNameHandling; 
public function get,set ItemTypeNameHandling : TypeNameHandling
public: __property TypeNameHandling get_ItemTypeNameHandling();
public: __property void set_ItemTypeNameHandling( 
   TypeNameHandling value
);
public:
property TypeNameHandling ItemTypeNameHandling {
   TypeNameHandling get();
   void set (    TypeNameHandling value);
}

Property Value

The collection's items 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