Propriété EdmEnumType.Namespace
Obtient ou définit l'espace de noms auquel cet élément de schéma appartient.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Property Namespace As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String