ElectronicValueRW.SetParameterInformation(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to associate a tag name with additional data value parameters that are associated with the card that is being read.
public abstract void SetParameterInformation (string name, string value);
abstract member SetParameterInformation : string * string -> unit
Public MustOverride Sub SetParameterInformation (name As String, value As String)
Parameters
- name
- String
The tag used to identify the specific card data item.
- value
- String
The string value for the tag specified by the name parameter.