OperationActionPropertyItemExcludeOperationActions Property

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

Definition

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

Property Value

ListString

Remarks

The items in this list are removed from the list of all or included actions. If only an excluded actions list is provided, it is assumed that all of the actions except those listed will be associated with this property.

See Also