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

Syntax

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

See Also