Creates an instance
Declaration Syntax
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 )
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName )
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 )
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 )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName )
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string -> ConfigurationPropertyAttribute
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string -> ConfigurationPropertyAttribute
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 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
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120