DK for .NET | TatukGIS.NDK.TGIS_PasswordList.Get | Constructors | Methods
Gets a password value for the specified name and key.
// 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;
| 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. |
| Type | Description |
|---|---|
| string String | Value associated with the name and key pair. |