Sets the attribute value.
Syntax
'Declaration
Public Sub SetAttributeValue( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As RateParamValue
Dim name As String
Dim value As String
instance.SetAttributeValue(name, value)
Parameters
- name
- The name.
- value
- The value.
See Also