User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_passwordlist.get_string_string

Table of Contents

TGIS_PasswordList.Get method

DK11 for .NET | TatukGIS.NDK.TGIS_PasswordList.Get | Constructors | Methods

Get password.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public string Get(
  string _name,
  string _key
);
' VisualBasic
Public Function Get(
  ByVal _name As String,
  ByVal _key As String
) As String
// Oxygene
public
  function Get(
    _name : String;
    _key : String
  ) : String;

Parameters

Name Type Description
_name string
String
name of the item; for layers password use layer name
_key string
String
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;

Result

Type Description
string
String
value of the name.key pair
2022/11/16 01:35

Page Tools