eDriven Framework API
Id Property
NamespaceseDriven.Gui.ComponentsInteractiveComponentId
eDriven Framework API
Component ID used by developer for locating the component via ComponentManager
Must be unique in the application
Declaration Syntax
C#Visual BasicVisual C++
public override string Id { get; set; }
Public Overrides Property Id As String
	Get
	Set
public:
virtual property String^ Id {
	String^ get () override;
	void set (String^ value) override;
}
Exceptions
ExceptionCondition
ComponentException

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)