このスキーマ要素が属している名前空間を取得または設定します。
名前空間: 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)