[This is preliminary documentation and is subject to change.]
Gets the value of the response.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public TValue Value { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Value As TValue |
Visual C++ |
---|
public: property TValue Value { TValue get (); void set (TValue value); } |