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

[Missing <summary> documentation for "P:Facebook.Api.StreamMedia.Photo"]

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

Syntax

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

See Also

StreamMedia Class
Facebook.Api Namespace