PatternTemplateItemSharedVariables Property

Get a reference to a list of variable names in this operation that are shared for the entire pattern.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
[JsonPropertyAttribute(Order = 5)]
public ChangeObjectCollection<string> SharedVariables { get; }

Property Value

ChangeObjectCollectionString

See Also