ActionItemBaseTAction, TCollectionGetPropertyByName Method
Return the user property specified by name from this or a parent
entity.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string GetPropertyByName(
TAction item,
string propertyName,
bool resolveVariables = true
)
Public Shared Function GetPropertyByName (
item As TAction,
propertyName As String,
Optional resolveVariables As Boolean = true
) As String
No code example is currently available or this language may not be supported.
- 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.
String
Reference to the specified property, if found. Otherwise, null.