WCF-Xtensions Class Reference for Mono
Converter Property (JsonContract)






Gets or sets the default Noemax.Newtonsoft.Json.JsonConverter for this contract.
Syntax
'Declaration
 
Public Property Converter As JsonConverter
'Usage
 
Dim instance As JsonContract
Dim value As JsonConverter
 
instance.Converter = value
 
value = instance.Converter
public JsonConverter Converter {get; set;}
public read-write property Converter: JsonConverter; 
public function get,set Converter : JsonConverter
public: __property JsonConverter* get_Converter();
public: __property void set_Converter( 
   JsonConverter* value
);
public:
property JsonConverter^ Converter {
   JsonConverter^ get();
   void set (    JsonConverter^ value);
}

Property Value

The 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

JsonContract Class
JsonContract Members

Send Feedback