AddonDataHandler.QueryString Property
Gets the query string used to request source data.
Namespace: Microsoft.Office.Visio.Server
Assembly: Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)
Syntax
'Declaration
Public ReadOnly Property QueryString As String
Get
'Usage
Dim instance As AddonDataHandler
Dim value As String
value = instance.QueryString
public string QueryString { get; }
Property Value
Type: System.String
The query string.
Remarks
The data extensibility framework sets this property before BeginGetData(HttpContext, AsyncCallback, Object) is invoked based on information from the DataConnection XML part of the requested document.