ParseClientInitialize Method Parse
Authenticates this client as belonging to your application. This must be called before your application can use the Parse library. The recommended way is to put a call to ParseFramework.Initialize in your Application startup.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static void Initialize(
	string applicationId,
	string dotnetKey
)

Parameters

applicationId
Type: SystemString
The Application ID provided in the Parse dashboard.
dotnetKey
Type: SystemString
The .NET API Key provided in the Parse dashboard.
See Also

Reference