| ConfigItem Property (String) |
Gets the parameter with the specified name.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string this[
string Name
] { get; }Public ReadOnly Default Property Item (
Name As String
) As String
Get
public:
property String^ default[String^ Name] {
String^ get (String^ Name);
}member Item : string with 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:
StringThe parameter value.
Remarks
No method is passed to this indexed property; the parameter name is searched in the following order:
See Also