Click or drag to resize
ConfigItem Property (String, Method)
Gets the parameter with the specified name and method.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string this[
	string name,
	Method method
] { get; set; }

Parameters

name
Type: SystemString
The name of the parameter; parameter names are case insensitive: ELEMENTID, elementid and ElementID are the same.
method
Type: Activsoft.EngineMethod
The method.

Property Value

Type: String
The parameter value.

Return Value

Type: String
The parameter value.
See Also