For Babelfish Release 1.12.4.4

GetCoachClubListPublicRequestQueryParameters 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.ClubsAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public override Dictionary<string, List<string>> QueryParameters { get; }

Property Value

DictionaryString, ListString

See Also