[This is preliminary documentation and is subject to change.]
Gets a reference to a dictionary of properties and values for the object.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
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 (); } |