Click or drag to resize

SessionGetValue Method (String)

Returns the value of the property for the name.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object GetValue(
	string name
)

Parameters

name
Type: SystemString
The name of the property

Return Value

Type: Object
The property value.
Remarks
Note that this method uses reflection to find the member with the supplied name first. If the member isn't found the internal Properties collection is queried.
See Also