[This is preliminary documentation and is subject to change.]

Gets a value representing whether the response's result has been processed.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool HasResult { get; private set; }
Visual Basic (Declaration)
Public Property HasResult As Boolean
Visual C++
public:
property bool HasResult {
	bool get ();
	void set (bool value);
}

Remarks

When working with FacebookResponse<(Of <(TValue>)>) objects within a Batch, this property will be false until Complete()()() is called. Otherwise, it will be true as soon as the reference is returned.

See Also

FacebookResponse<(Of <(TValue>)>) Class
Facebook Namespace