ApiKey Property

Google API

This optional argument supplies the application's key. If specified, it must be a valid key associated with your site which is validated against the passed referer header. The advantage of supplying a key is so that we can identify and contact you should something go wrong with your application. Without a key, we will still take the same appropriate measures on our side, but we will not be able to contact you. It is definitely best for you to pass a key.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public string ApiKey { get; set; }
Visual Basic (Declaration)
Public Property ApiKey As String
Visual C++
public:
property String^ ApiKey {
	String^ get ();
	void set (String^ value);
}

Field Value

The API key.

See Also