EntityPropertyMappingAttribute.TargetNamespaceUri 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 une valeur sous forme de chaîne qui spécifie l'URI d'espace de noms de l'élément spécifié par la propriété TargetPath.
public:
property System::String ^ TargetNamespaceUri { System::String ^ get(); };
public string TargetNamespaceUri { get; }
member this.TargetNamespaceUri : string
Public ReadOnly Property TargetNamespaceUri As String
Valeur de propriété
Chaîne qui contient l'URI d'espace de noms.
Remarques
Si vous mappez à un élément/attribut non de syndication, cette propriété est l’espace de noms de l’élément/attribut cible.
Si ni ne TargetNamespacePrefixTargetNamespaceUri sont spécifiés, le TargetPath est placé dans l’espace de noms par défaut. Si TargetNamespacePrefix n’est pas spécifié, un préfixe est généré automatiquement. Si TargetNamespacePrefix est spécifié, mais TargetNamespaceUri n’est pas spécifié, une exception est levée au moment de la construction.