[This is preliminary documentation and is subject to change.]
Gets or sets the underlying token value.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public Object Value { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Value As Object |
Visual C++ |
---|
public: property Object^ Value { Object^ get (); void set (Object^ value); } |