Creates an instance
Declaration Syntax
C# | Visual Basic |
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, Type childType )
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 )
Parameters
- 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 the 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
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610