MockerBlazorTestBase<(Of <(<'T>)>)>..::..Component Property

Gets or sets the component under test.

Namespace:  FastMoq.Web.Blazor
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


protected Nullable<IRenderedComponent<T>> Component { get; set; }
Protected Property Component As Nullable(Of IRenderedComponent(Of T))
	Get
	Set
protected:
property Nullable<IRenderedComponent<T>^> Component {
	Nullable<IRenderedComponent<T>^> get ();
	void set (Nullable<IRenderedComponent<T>^> value);
}

Field Value

The component under test.