Compartir a través de


XMLFileAdapter2.FileURL Propiedad

Definición

Obtiene o establece el localizador uniforme de recursos (URL) del archivo XML asociado al XMLFileAdapterObject objeto .

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

Valor de propiedad

Implementaciones

Ejemplos

XMLFileAdapter myAdapter = (XMLFileAdapter)thisXDocument.DataObjects[0].QueryAdapter;
thisXDocument.UI.Alert("The FileURL is: " + myAdapter.<span class="label">FileURL</span>);

Comentarios

Importante: Solo se puede acceder a este miembro mediante formularios que se ejecutan en el mismo dominio que el formulario abierto actualmente o mediante formularios a los que se han concedido permisos entre dominios.

Se aplica a