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

Syntax

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

See Also