Gets the attribute value.
Syntax
'Declaration
Public Function GetAttributeValue( _
ByVal As String _
) As String
'Usage
Dim instance As RateParamValue
Dim name As String
Dim value As String
value = instance.GetAttributeValue(name)
Parameters
- name
- The name.
See Also