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

[Missing <summary> documentation for "P:Facebook.Api.Link.ImageUrls"]

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

Syntax

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

See Also

Link Class
Facebook.Api Namespace