NamespaceMapEntry.ClrNamespace 属性

定义

获取或设置包含要映射的类型的 CLR 命名空间。

public:
 property System::String ^ ClrNamespace { System::String ^ get(); void set(System::String ^ value); };
public string ClrNamespace { get; set; }
member this.ClrNamespace : string with get, set
Public Property ClrNamespace As String

属性值

CLR 命名空间。

例外

ClrNamespace 值将设置为 null

适用于

另请参阅