Opalis Quick Integration Kit 3.0
Returns the value of the input with the specified name.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#

IRuntimeValue 
this[
	
string 
name
] { 
get; }
Visual Basic (Declaration)
ReadOnly 
Default 
Property 
Item ( _
	
name 
As 
String _
) 
As 

IRuntimeValue
Visual C++
property 

IRuntimeValue^ 
default[
String^ 
name] {
	

IRuntimeValue^ 
get (
String^ 
name);
}

Parameters

name
Type: System . . :: . String
The name of the input to retrieve

Return Value

The value of the input with the specified name.

See Also