DataContractSerializerSettings.RootNamespace 属性

定义

获取或设置指定对象的根命名空间。

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

属性值

指定对象的根命名空间。

适用于