UiPath Documentation
activities
latest
false

Entwickleraktivitäten

Letzte Aktualisierung 21. Apr. 2026

Python-Objekt erhalten (Get Python Object)

UiPath.Python.Activities.GetObject

Diese Aktivität wird verwendet, um den.NET-Datentyp aus einem Python-Objekt abzurufen.

Kann nur innerhalb der Aktivität Python Scope verwendet werden.

Eigenschaften

Allgemein
  • DisplayName - The display name of the activity. This field supports only String variables.
Eingabe
  • Python Object - The Python object to extract the value from. This field supports only PythonObject variables.
Sonstiges
  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
  • TypeArgument - The .NET data type you want to get from the PythonObject variable. By default, it is set to Object. All data types available in Studio are supported.
Ausgabe
  • Result - The .NET type variable selected in the TypeArgument property corresponding to the Python object.
  • Eigenschaften

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben