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

Represents an argument that is passed into an API method call.

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

Syntax

C#
[FacebookObjectAttribute("arg")]
public class Arg : FacebookObjectBase
Visual Basic (Declaration)
<FacebookObjectAttribute("arg")> _
Public Class Arg _
	Inherits FacebookObjectBase
Visual C++
[FacebookObjectAttribute(L"arg")]
public ref class Arg : public FacebookObjectBase

Inheritance Hierarchy

System..::.Object
  Facebook.Api..::.FacebookObjectBase
    Facebook.Api..::.Arg

See Also

Arg Members
Facebook.Api Namespace