ShopToolsUtilGetValue(Type, Object, String) Method
Return the value associated with the specified property name of the
provided pattern operation.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static Object GetValue(
Type type,
Object instance,
string propertyName
)
Public Shared Function GetValue (
type As Type,
instance As Object,
propertyName As String
) As Object
No code example is currently available or this language may not be supported.
- 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.
Object
Value of the specified property on the provided pattern operation
item, if found. Otherwise, an empty string.