Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

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

See Also