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

Gets or sets the array of String values specifying arguments that should be left out of the API method call.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public string[] ExcludedArgs { get; set; }
Visual Basic (Declaration)
Public Property ExcludedArgs As String()
Visual C++
public:
property array<String^>^ ExcludedArgs {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also

FacebookRequest Class
Facebook Namespace