ComponentState..::..ComponentId Property

Gets the component identifier.

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

Syntax


public int ComponentId { get; set; }
Public Property ComponentId As Integer
	Get
	Set
public:
property int^ ComponentId {
	int^ get ();
	void set (int^ value);
}

Field Value

The component identifier.