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






defValue
propValue
webConfigKey

Glossary Item Box

Syntax

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

Parameters

defValue
propValue
webConfigKey

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.