WebQueryConnectionEditWebPage Property |
The URL of the user-facing web page showing the web query data. This URL is persisted
in the case that sourceData="true" and url has been redirected to reference an XML file.
Then the user-facing page can be shown in the UI, and the XML data can be retrieved
behind the scenes.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string EditWebPage { get; set; }
Public Property EditWebPage As String
Get
Set
public:
property String^ EditWebPage {
String^ get ();
void set (String^ value);
}
member EditWebPage : string with get, set
Property Value
Type:
String
See Also