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

Gets the name of the method being called.

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

Syntax

C#
public string MethodName { get; internal set; }
Visual Basic (Declaration)
Public Property MethodName As String
Visual C++
public:
property String^ MethodName {
	String^ get ();
	void set (String^ value);
}

See Also

FacebookRequest Class
Facebook Namespace