ShopToolsUtilGetValue(Type, Object, String) Method

Return the value associated with the specified property name of the provided pattern operation.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Object GetValue(
	Type type,
	Object instance,
	string propertyName
)

Parameters

type  Type
Reference to the type for which the property value will be retrieved.
instance  Object
Reference to the instance of the object from which to retrieve the property.
propertyName  String
Name of the property to retrieve.

Return Value

Object
Value of the specified property on the provided pattern operation item, if found. Otherwise, an empty string.

See Also