获取或设置此架构元素所属的命名空间。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Property Namespace As String
Get
Set
用法
Dim instance As EdmEnumType
Dim value As String
value = instance.Namespace
instance.Namespace = value
public string Namespace { get; set; }
public:
virtual property String^ Namespace {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Namespace : string with get, set
override Namespace : string with get, set
final function get Namespace () : String
final function set Namespace (value : String)