Media source

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

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

See Also