[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.4.13 (0.2009.4.13)

Syntax

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

See Also

FeedStoryTemplateElement Class
Facebook.Configuration Namespace