EdmEnumType.Namespace 屬性
取得或設定此結構描述元素所屬的命名空間。
命名空間: 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)