XMLFileAdapter2.FileURL Property

Definition

Gets or sets the Uniform Resource Locator (URL) of the XML file that is associated with the XMLFileAdapterObject object.

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

Property Value

Implements

Examples

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

Remarks

Important: This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to