Poke Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
An object represnting a location in a Place object

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  FacebookWrapper.ObjectModel..::..DynamicWrapper
    FacebookWrapper.ObjectModel..::..Poke

See Also