CustomQueryParametersUpdateOptions.CustomQueryParameters Property

Definition

Gets a string containing the query parameters.

public:
 property Platform::String ^ CustomQueryParameters { Platform::String ^ get(); };
winrt::hstring CustomQueryParameters();
public string CustomQueryParameters { get; }
var string = customQueryParametersUpdateOptions.customQueryParameters;
Public ReadOnly Property CustomQueryParameters As String

Property Value

String

Platform::String

winrt::hstring

A string containing the query parameters.

Remarks

Set the query parameters with the constructor of the CustomQueryParametersUpdateOptions class.

Applies to