XMLFileAdapter2.FileURL 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 l’URL (Uniform Resource Locator) du fichier XML associé à l’objet XMLFileAdapterObject .
public:
property System::String ^ FileURL { System::String ^ get(); void set(System::String ^ value); };
public string FileURL { get; set; }
member this.FileURL : string with get, set
Public Property FileURL As String
Valeur de propriété
Implémente
Exemples
XMLFileAdapter myAdapter = (XMLFileAdapter)thisXDocument.DataObjects[0].QueryAdapter;
thisXDocument.UI.Alert("The FileURL is: " + myAdapter.<span class="label">FileURL</span>);