RestApiOperation.BuildQueryString(IDictionary<String,Object>) Method
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.
Builds the operation query string.
public string BuildQueryString (System.Collections.Generic.IDictionary<string,object?> arguments);
member this.BuildQueryString : System.Collections.Generic.IDictionary<string, obj> -> string
Public Function BuildQueryString (arguments As IDictionary(Of String, Object)) As String
Parameters
- arguments
- IDictionary<String,Object>
The operation arguments.
Returns
The query string.