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

[Missing <summary> documentation for "P:Facebook.Api.StreamContent.Title"]

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

Syntax

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

See Also

StreamContent Class
Facebook.Api Namespace