Creates an instance
            
| C# | Visual Basic | 
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, Type childType, bool changeAffectsIndexState )
Public Sub New ( category As String, helpText As String, note As String, type As ConfigurationPropertyAttribute..::..DataType, keyAttributeName As String, valueAttributeName As String, childElementName As String, childType As Type, changeAffectsIndexState As Boolean )
- category (String)
 - The category of the configuration property
 
- helpText (String)
 - Any text that can be given to the user as help for this property.
 
- note (String)
 - Note for the end user
 
- type (ConfigurationPropertyAttribute..::..DataType)
 - The type of child element
 
- keyAttributeName (String)
 - The attribute specifying the key
 
- valueAttributeName (String)
 - The name of the attribute used to hold the value of the child element
 
- childElementName (String)
 - The name of the child element in the Xml file
 
- childType (Type)
 - The type of child elements
 
- changeAffectsIndexState (Boolean)
 - Whether changing this property affects the index state.
 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610