String Attribute
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonStringAttribute |
| Module | cenpyolpcore.OlpCorePythonStringAttribute |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonAttribute |
| Subclasses | Set String Attribute |
Inheritance
Quick Start
# Boilerplate Example
stringAttribute = ... # obtained from the runtime context
result = stringAttribute.GetValue()Method Index
| Method | Returns | Summary |
|---|---|---|
GetValue | str | — |
Query Methods
GetValue
def GetValue() -> strReturns: str
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?