Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Get
Definition
Version
Public
Request
Query
Parameters Property
Returns a dictionary of name value pairs. Where the keys in the dictionary are the names And the value is a list of parameter values. The values are unescaped.
Definition
Namespace:
Scopos.BabelFish.Requests.DefinitionAPI
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
override
Dictionary
<
string
,
List
<
string
>>
QueryParameters
{
get
; }
Property Value
Dictionary
String
,
List
String
See Also
Reference
GetDefinitionVersionPublicRequest Class
Scopos.BabelFish.Requests.DefinitionAPI Namespace
In This Article
Definition
See Also