Type of media

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

Syntax

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

See Also