NamespaceMapEntry.XmlNamespace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le préfixe de mappage pour l'espace de noms XML qui est mappé.
public:
property System::String ^ XmlNamespace { System::String ^ get(); void set(System::String ^ value); };
public string XmlNamespace { get; set; }
member this.XmlNamespace : string with get, set
Public Property XmlNamespace As String
Valeur de propriété
Préfixe de mappage de l'espace de noms XML.
Exceptions
La valeur null est en cours d'affectation à XmlNamespace.