XMLFileAdapter2.FileURL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.