ActionItemBaseTAction, TCollectionGetPropertyByName Method

Return the user property specified by name from this or a parent entity.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static string GetPropertyByName(
	TAction item,
	string propertyName,
	bool resolveVariables = true
)

Parameters

item  TAction
Reference to the item for which the property will be retrieved.
propertyName  String
Name of the property to retrieve.
resolveVariables  Boolean  (Optional)
Value indicating whether to resolve variables on this call.

Return Value

String
Reference to the specified property, if found. Otherwise, null.

See Also