[This is preliminary documentation and is subject to change.]
Looks-up an existing application component instance by its ComponentCommonName or null. The search is case-insensitive
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ApplicationComponent GetAppComponentByCommonName(
string name
)
public static ApplicationComponent GetAppComponentByCommonName(
string name
)
Public Shared Function GetAppComponentByCommonName (
name As String
) As ApplicationComponent
Public Shared Function GetAppComponentByCommonName (
name As String
) As ApplicationComponent
public:
static ApplicationComponent^ GetAppComponentByCommonName(
String^ name
)
public:
static ApplicationComponent^ GetAppComponentByCommonName(
String^ name
)
static member GetAppComponentByCommonName :
name : string -> ApplicationComponent
static member GetAppComponentByCommonName :
name : string -> ApplicationComponent
Return Value
Type:
ApplicationComponent