XmlMapping.Namespace 属性

定义

获取被映射元素的命名空间。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Namespace { System::String ^ get(); };
public string? Namespace { get; }
public string Namespace { get; }
member this.Namespace : string
Public ReadOnly Property Namespace As String

属性值

被映射元素的命名空间。

适用于