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

[Missing <summary> documentation for "P:Facebook.Api.Group.GroupSubtype"]

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

Syntax

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

See Also

Group Class
Facebook.Api Namespace