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)
Syntaxpublic Object GetValue(
string name
)
Public Function GetValue (
name As String
) As Object
Parameters
- name
- Type: SystemString
The name of the property
Return Value
Type:
ObjectThe property value.
RemarksNote 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