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

Gets a reference to a dictionary of properties and values for the object.

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

Syntax

C#
IDictionary<string, Object> InnerDictionary { get; }
Visual Basic (Declaration)
ReadOnly Property InnerDictionary As IDictionary(Of String, Object)
Visual C++
property IDictionary<String^, Object^>^ InnerDictionary {
	IDictionary<String^, Object^>^ get ();
}

See Also

IFacebookObject Interface
Facebook.Api Namespace