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

[Missing <summary> documentation for "P:Facebook.Configuration.StoryTemplateElement.Body"]

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

StoryTemplateElement Class
Facebook.Configuration Namespace