Gets or sets the provided type

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

Syntax

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

Field Value

Provided type.

See Also