ComponentState..::..Component Property

Gets the component.

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

Syntax


public Nullable<IComponent> Component { get; set; }
Public Property Component As Nullable(Of IComponent)
	Get
	Set
public:
property Nullable<IComponent^> Component {
	Nullable<IComponent^> get ();
	void set (Nullable<IComponent^> value);
}

Field Value

The component.