DK for Python | tatukgis_pdk.TGIS_PasswordList.Get | Constructors | Methods
Get password.
# Python def Get( self, _name: str, _key: str ) -> str:
| Name | Type | Description |
|---|---|---|
| _name | str | name of the item; for layers password use layer name |
| _key | str | key; for layers use password keys; for example for SQL layer each password can contain to keys: 'username' and 'password'; meaning of key can be layer specific; |
| Type | Description |
|---|---|
| str | value of the name.key pair |