DataContractSerializerSettings.RootNamespace Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property RootNamespace As XmlDictionaryStringProperty Value
The root namespace for the specified object.