InputParametersGetValue Method

Retrieve the value of a property, using the property name as string

Definition

Namespace: MYRIAM
Assembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
C#
public Object GetValue(
	string propertyName
)

Parameters

propertyName  String
Name of the property.

Return Value

Object
Value of the property.

See Also