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

Gets or sets the text of the action link.

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

Syntax

C#
[JsonPropertyAttribute("text")]
public string Text { get; set; }
Visual Basic (Declaration)
<JsonPropertyAttribute("text")> _
Public Property Text As String
Visual C++
[JsonPropertyAttribute(L"text")]
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

See Also

FeedActionLinkElement Class
Facebook.Configuration Namespace