DataContractSerializerSettings.RootName Property

Definition

Gets or sets the root name of the selected object.

public:
 property System::Xml::XmlDictionaryString ^ RootName { System::Xml::XmlDictionaryString ^ get(); void set(System::Xml::XmlDictionaryString ^ value); };
public System.Xml.XmlDictionaryString RootName { get; set; }
public System.Xml.XmlDictionaryString? RootName { get; set; }
member this.RootName : System.Xml.XmlDictionaryString with get, set
Public Property RootName As XmlDictionaryString

Property Value

The root name of the selected object.

Applies to