| ConfigItem Property (String, Method) |
Gets the parameter with the specified name and method.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string this[
string name,
Method method
] { get; set; }Public Default Property Item (
name As String,
method As Method
) As String
Get
Set
public:
property String^ default[String^ name, Method method] {
String^ get (String^ name, Method method);
void set (String^ name, Method method, String^ value);
}member Item : string with 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:
StringThe parameter value.
See Also