AppId of this post

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public Nullable<long> AppId { get; set; }
Visual Basic (Declaration)
Public Property AppId As Nullable(Of Long)
Visual C++
public:
property Nullable<long long> AppId {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

See Also