Intersoft WebInput Documentation
ReadWebConfigValue Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : ReadWebConfigValue Method






key

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function ReadWebConfigValue( _
   ByVal key As System.String _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim key As System.String
Dim value As System.String
 
value = instance.ReadWebConfigValue(key)
C# 
public System.string ReadWebConfigValue( 
   System.string key
)
Delphi 
public function ReadWebConfigValue( 
    key: System.String
): System.String; 
JScript 
public function ReadWebConfigValue( 
   key : System.String
) : System.String;
Managed Extensions for C++ 
public: System.string* ReadWebConfigValue( 
   System.string* key
) 
C++/CLI 
public:
System.String^ ReadWebConfigValue( 
   System.String^ key
) 

Parameters

key

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.