- componentName
- The name of the component to check whether it has a registered configuration.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function IsConfigurationRegistered( _ ByVal componentName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual bool IsConfigurationRegistered( string componentName ) | |
| C++/CLI | |
|---|---|
virtual bool IsConfigurationRegistered( String^ componentName ) | |
Parameters
- componentName
- The name of the component to check whether it has a registered configuration.
Return Value
True if the component has a configuration registered with it; otherwise it is false.To register a configuration for a component call the RegisterConfiguration.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code