RanorexRanorex Documentation
Configuration..::.CustomConfigurationParam Constructor (name, displayName, category, description, defaultValue)
NamespacesRanorex.CoreConfiguration..::.CustomConfigurationParamConfiguration..::.CustomConfigurationParam(CaseInsensitiveString, String, String, String, Object)
Initializes a new instance of the Configuration..::.CustomConfigurationParam class.
Declaration Syntax
C#Visual BasicVisual C++
public CustomConfigurationParam(
	CaseInsensitiveString name,
	string displayName,
	string category,
	string description,
	Object defaultValue
)
Public Sub New ( _
	name As CaseInsensitiveString, _
	displayName As String, _
	category As String, _
	description As String, _
	defaultValue As Object _
)
public:
CustomConfigurationParam(
	CaseInsensitiveString^ name, 
	String^ displayName, 
	String^ category, 
	String^ description, 
	Object^ defaultValue
)
Parameters
name (CaseInsensitiveString)
The name of the parameter. Must not contain spaces or other characters that are not allowed in XML tags.
displayName (String)
The display name of the parameter.
category (String)
The category for the parameter.
description (String)
The description of the parameter.
defaultValue (Object)
The default value of the parameter.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)