User Tools

Site Tools


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

Table of Contents

TGIS_PasswordList.Get method

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

Gets a password value for the specified name and key.

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
Item name; for layers, use the layer name.
_key string
String
Password key; for example, SQL layers can use keys such asusername andpassword. The key meaning can be layer-specific.

Result

Type Description
string
String
Value associated with the name and key pair.
2026/07/11 01:08

Page Tools