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

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string this[
	string Name
] { get; }

Parameters

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

Property Value

Type: String
The parameter value.

Return Value

Type: String
The parameter value.
Remarks
No method is passed to this indexed property; the parameter name is searched in the following order:
    See Also