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

[Missing <summary> documentation for "P:Facebook.Api.User.HometownLocation"]

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

Syntax

C#
public Location HometownLocation { get; set; }
Visual Basic (Declaration)
Public Property HometownLocation As Location
Visual C++
public:
property Location^ HometownLocation {
	Location^ get ();
	void set (Location^ value);
}

See Also

User Class
Facebook.Api Namespace