ActionItemBaseTAction, TCollectionProperties Property

Get a reference to the collection of properties assigned to this action.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public NameValueCollection Properties { get; }

Property Value

NameValueCollection

Remarks

This property is not inheritable. However, properties from parent levels are retrieved when calling the GetPropertyByName function.

See Also