City Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
An object represnting a city (hometown/location in a User object

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
[SerializableAttribute]
public class City : FacebookObject
Visual Basic
<SerializableAttribute> _
Public Class City _
	Inherits FacebookObject
Visual C++
[SerializableAttribute]
public ref class City : public FacebookObject

Inheritance Hierarchy

See Also