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

Gets or sets the body of the story template.

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

Syntax

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

See Also

FeedStoryTemplateElement Class
Facebook.Configuration Namespace