Creates an instance
            
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, bool changeAffectsIndexState )
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, 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, changeAffectsIndexState As Boolean )
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, changeAffectsIndexState As Boolean )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName, bool changeAffectsIndexState )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName, bool changeAffectsIndexState )
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string * changeAffectsIndexState : bool -> ConfigurationPropertyAttribute
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string * changeAffectsIndexState : bool -> ConfigurationPropertyAttribute
- 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 attribute holding the value
 
- childElementName (String)
 - The name of the child element in the Xml file
 
- changeAffectsIndexState (Boolean)
 - Whether the index needs to be rebuilt after changing this property
 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120