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

Syntax

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

See Also