[This is preliminary documentation and is subject to change.]
Gets a dictionary of arguments that will be inluded in the request.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public IDictionary<string, Object> Args { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Args As IDictionary(Of String, Object) |
Visual C++ |
---|
public: property IDictionary<String^, Object^>^ Args { IDictionary<String^, Object^>^ get (); void set (IDictionary<String^, Object^>^ value); } |