PatternOperationItemOperationName Property

Get/Set the optional name to assign to the current operation in order to separate variable values among multiple operations.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
[JsonPropertyAttribute(Order = 1)]
public string OperationName { get; set; }

Property Value

String

Remarks

This name can be repeated on multiple operations in the same pattern to establish repeated values.

See Also