PatternOperationItemGetValue Method
Return the value associated with the specified property name of the
provided pattern operation.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static string GetValue(
PatternOperationItem operation,
string propertyName
)
Public Shared Function GetValue (
operation As PatternOperationItem,
propertyName As String
) As String
No code example is currently available or this language may not be supported.
- operation PatternOperationItem
-
Reference to the pattern operation item for which the property value
will be retrieved.
- propertyName String
-
Name of the property to retrieve.
String
Value of the specified property on the provided pattern operation
item, if found. Otherwise, an empty string.