MockerTestBase<(Of <(<'TComponent>)>)>..::..Component Property

Gets or sets the component under test.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


protected internal TComponent Component { get; set; }
Protected Friend Property Component As TComponent
	Get
	Set
protected public:
property TComponent Component {
	TComponent get ();
	void set (TComponent value);
}

Field Value

The service.