| ParametersItem Property (String, Method) |
[Missing <summary> documentation for "P:Activsoft.Engine.Parameters.Item(System.String,Activsoft.Engine.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
- method
- Type: Activsoft.EngineMethod
Property Value
Type:
String
See Also