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

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

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

StoryTemplateElement Class
Facebook.Configuration Namespace