Attribut de la chaîne
Faits rapides
| Propriété | Valeur |
|---|---|
| Classe | OlpCorePythonStringAttribute |
| Module | cenpyolpcore.OlpCorePythonStringAttribute |
| Paquet | cenpyolpcore |
| Libération | R2025.2.4 |
| Méthodes | 1 |
| Hérite de | OlpCorePythonAttribute |
| Sous-classes | Set String Attribute |
Héritage
Départ rapide
# Boilerplate Example
stringAttribute = ... # obtained from the runtime context
result = stringAttribute.GetValue()Index de la méthode
| Méthode | Retours | Résumé |
|---|---|---|
GetValue | str | — |
Méthodes de requête
GetValue
def GetValue() -> strRetour : str
Notes de la version
Cette classe est documentée à la version R2025.2.4.
Was this page helpful?