Keyoti SearchUnit API Docs
ConfigurationPropertyAttribute Constructor (category, helpText, note)
API DocumentationKeyoti.SearchEngineConfigurationPropertyAttributeConfigurationPropertyAttribute(String, String, String)
Keyoti SearchUnit v6
Creates an instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note
)
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note
)
new : 
        category : string * 
        helpText : string * 
        note : string -> ConfigurationPropertyAttribute
new : 
        category : string * 
        helpText : string * 
        note : 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

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120