ComponentState..::..IsComponentBase Property

Gets a value indicating whether this instance is component base.

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

Syntax


public bool IsComponentBase { get; set; }
Public Property IsComponentBase As Boolean
	Get
	Set
public:
property bool^ IsComponentBase {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is component base; otherwise, false.