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






Gets or sets the converter used when serializing the property's collection items.
Syntax
'Declaration
 
Public Property ItemConverterType As System.Type
'Usage
 
Dim instance As JsonPropertyAttribute
Dim value As System.Type
 
instance.ItemConverterType = value
 
value = instance.ItemConverterType
public System.Type ItemConverterType {get; set;}
public read-write property ItemConverterType: System.Type; 
public function get,set ItemConverterType : System.Type
public: __property System.Type* get_ItemConverterType();
public: __property void set_ItemConverterType( 
   System.Type* value
);
public:
property System.Type^ ItemConverterType {
   System.Type^ get();
   void set (    System.Type^ value);
}

Property Value

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