Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Getter Setter

Getter Setter

作成者: Manoj Batra

Star

10

アクティビティ

ダウンロード数

5.3k

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

The Getter Setter Activity is very similar to the “GET SET” properties we use in other programming language like C# and Java

概要

概要

This document covers the usage of Getter Setter Activities in UiPath, its features and benefits.

The Getter Setter Activity is very similar to the “GET SET” properties we use in other programming language like C# and Java. The only difference here is all the properties which we declare inside the code is public and can be accessible at any location inside the project.

The Getter Setter Activity supports all types of data in UiPath. You just need to declare the variable once and it can be used anywhere in the project. The benefit of this activity over arguments can be understood with the help of following example:

  • Suppose the project flow is like Page1 -> Page2 -> Page3. If we want to use the variable “V1” declared on page1 to page3, then we have to use arguments both on page2 and page3 to pass the variable value to page3 from page1. The same can be achieved with the help of getter setter without passing the value in the form of argument to another page. You declare the variable on page1 keep it in setter and fetch the value wherever required using getter.

機能

機能

The benefit of this activity over arguments can be understood with the help of following example. Suppose the project flow is like Page1 à Page2 à Page3. If we want to use the variable “V1” declared on page1 to page3, then we have to use arguments both on page2 and page3 to pass the variable value to page3 from page1. The same can be achieved with the help of getter setter without passing the value in the form of argument to another page. You declare the variable on page1 keep it in setter and fetch the value wherever required using getter.

その他の情報

その他の情報

依存関係

Netwonsoft.Json > 7.0.1

コード言語

Visual Basic

ランタイム

Windows レガシ (.Net Framework 4.6.1)

公開者

Manoj Batra

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0.4

更新日

2020年2月18日

対応製品

Studio: 18.4 - 22.10

認定

シルバー 認定済み

サポート

UiPath コミュニティ サポート

類似のコンポーネント