ToolboxAttribute..::..Category Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public string Category { get; set; }
Public Property Category As String
	Get
	Set
public:
property String^ Category {
	String^ get ();
	void set (String^ value);
}