DataContractSerializerSettings.RootNamespace Property

Definition

Gets or sets the root namespace for the specified object.

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

Property Value

The root namespace for the specified object.

Applies to