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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Visible { get; set; }
Public Property Visible As Boolean
public:
property bool Visible {
	bool get ();
	void set (bool value);
}

See Also