For Babelfish Release 1.12.4.4

SettingsXApiKey Property

The X-API-Key to use when making all Scopos REST API calls.

Definition

Namespace: Scopos.BabelFish.Runtime
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public static string XApiKey { get; set; }

Property Value

String

Remarks

The value of XApiKey should be set by calling Scopos.BabelFish.Helpers.Initializer.Initialize()

See Also