OperationActionPropertyItemIncludeOperationActions Property

Get a reference to the list of operation actions into which this property name will be included.

Definition

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

Property Value

ListString

Remarks

If no entries are made here, then it is assumed the property will be associated with all actions.

See Also