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) |
Managed Extensions for C++ | |
---|
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