WCF-Xtensions Class Reference for Mono
DeserializeRootElementName Property






Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
Syntax
'Declaration
 
Public Property DeserializeRootElementName As System.String
'Usage
 
Dim instance As XmlNodeConverter
Dim value As System.String
 
instance.DeserializeRootElementName = value
 
value = instance.DeserializeRootElementName
public System.string DeserializeRootElementName {get; set;}
public read-write property DeserializeRootElementName: System.String; 
public function get,set DeserializeRootElementName : System.String
public: __property System.string* get_DeserializeRootElementName();
public: __property void set_DeserializeRootElementName( 
   System.string* value
);
public:
property System.String^ DeserializeRootElementName {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The name of the deserialize root element.
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

XmlNodeConverter Class
XmlNodeConverter Members

Send Feedback