XmlnsDefinitionAttribute.ClrNamespace 属性

定义

获取一个 String 表示修饰类的 CLR 命名空间的名称。

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

属性值

一个 String 表示修饰类的 CLR 命名空间的名称。

适用于