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