IApplicationComponent ComponentCommonName Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the common name used to identify the component, for example "Glue" for various IGlue implementations. This name is searched-by some management tools that allow to find component by this name that does not change between application restarts like ComponentSID does. Subordinate (non-root) components return null

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

string ComponentCommonName { get; }

Property Value

Type: OnlineString
See Also