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

Gets or sets the optional action link for the template bundle.

Namespace:  Facebook.Configuration
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

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

See Also

FeedTemplateBundleElement Class
Facebook.Configuration Namespace