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

Gets or sets the title 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_title")]
public string Title { get; set; }
Visual Basic (Declaration)
<JsonPropertyAttribute("template_title")> _
Public Property Title As String
Visual C++
[JsonPropertyAttribute(L"template_title")]
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

See Also

FeedStoryTemplateElement Class
Facebook.Configuration Namespace