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

Gets a reference to the dictionary object used to store the results of XPath property queries.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public IDictionary<string, Object> InnerDictionary { get; private set; }
Visual Basic (Declaration)
Public Property InnerDictionary As IDictionary(Of String, Object)
Visual C++
public:
virtual property IDictionary<String^, Object^>^ InnerDictionary {
	IDictionary<String^, Object^>^ get () sealed;
	void set (IDictionary<String^, Object^>^ value) sealed;
}

Implements

IFacebookObject..::.InnerDictionary

See Also

FacebookObjectBase Class
Facebook.Api Namespace