[This is preliminary documentation and is subject to change.]
Gets the API key used to initialize this context.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public string ApiKey { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property ApiKey As String |
Visual C++ |
---|
public: virtual property String^ ApiKey { String^ get () sealed; void set (String^ value) sealed; } |