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

[Missing <summary> documentation for "P:Facebook.Api.CustomTagParameter.CustomTagParameterType"]

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

Syntax

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

See Also

CustomTagParameter Class
Facebook.Api Namespace