PatternOperationItemSetValue(PatternOperationItem, String, String) Method

Set 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 void SetValue(
	PatternOperationItem operation,
	string propertyName,
	string value
)

Parameters

operation  PatternOperationItem
Reference to the pattern operation item for which the property value will be set.
propertyName  String
Name of the property to update.
value  String
Value to place in the specified property.

See Also