Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

QueryParams Type

The parameter to be used in a query request.

Remarks

This type describes a parameter that is to be used in a query request.

Fields

Name
String

This field contains the name of the parameter to be used in a Query request.

Value
String

This field contains the value of the parameter to be used in a Query request. All specified values will be URL encoded by the component.

Constructors

[VB.NET]
Public QueryParams()

[C#]
public QueryParams();



[VB.NET]
Public QueryParams(ByVal Name As String, ByVal Value As String)

[C#]
public QueryParams(string name, string value);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]