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