ComponentState..::..ComponentType Property

Gets or sets the type of the component.

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

Syntax


protected Type ComponentType { get; set; }
Protected Property ComponentType As Type
	Get
	Set
protected:
property Type^ ComponentType {
	Type^ get ();
	void set (Type^ value);
}

Field Value

The type of the component.