[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:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
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; } |