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






defValue
propValue
webConfigKey

Syntax

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

Parameters

defValue
propValue
webConfigKey

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.