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

[Missing <summary> documentation for "P:Facebook.Api.PageActionStory.PageActorId"]

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

Syntax

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

See Also

PageActionStory Class
Facebook.Api Namespace