PatternOperationItemGetValue 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.2715.4228
C#
public static string GetValue(
	PatternOperationItem operation,
	string propertyName
)

Parameters

operation  PatternOperationItem
Reference to the pattern operation item for which the property value will be retrieved.
propertyName  String
Name of the property to retrieve.

Return Value

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

See Also