WCF-Xtensions Class Reference for Mono
Culture Property (JsonWriter)






Gets or sets the culture used when writing JSON. Defaults to System.Globalization.CultureInfo.InvariantCulture.
Syntax
'Declaration
 
Public Property Culture As System.Globalization.CultureInfo
'Usage
 
Dim instance As JsonWriter
Dim value As System.Globalization.CultureInfo
 
instance.Culture = value
 
value = instance.Culture
public System.Globalization.CultureInfo Culture {get; set;}
public read-write property Culture: System.Globalization.CultureInfo; 
public function get,set Culture : System.Globalization.CultureInfo
public: __property System.Globalization.CultureInfo* get_Culture();
public: __property void set_Culture( 
   System.Globalization.CultureInfo* value
);
public:
property System.Globalization.CultureInfo^ Culture {
   System.Globalization.CultureInfo^ get();
   void set (    System.Globalization.CultureInfo^ value);
}
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

JsonWriter Class
JsonWriter Members

Send Feedback