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

Syntax

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

See Also