[This is preliminary documentation and is subject to change.]
Gets or sets the list of arguments returned by the API that were originally passed into the method.
Namespace:
Facebook.Api
Assembly:
Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public List<Arg> RequestArgs { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RequestArgs As List(Of Arg) |
Visual C++ |
---|
public:
property List<Arg^>^ RequestArgs {
List<Arg^>^ get ();
void set (List<Arg^>^ value);
} |
See Also
FacebookApiException Class
Facebook.Api Namespace