ElectronicValueRW.SetParameterInformation Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Associates a tag name with additional data value parameters from the card that is being read by the electronic value reader/writer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub SetParameterInformation ( _
    name As String, _
    value As String _
)
public abstract void SetParameterInformation (
    string name,
    string value
)
public:
virtual void SetParameterInformation (
    String^ name, 
    String^ value
) abstract
public abstract void SetParameterInformation (
    String name, 
    String value
)
public abstract function SetParameterInformation (
    name : String, 
    value : String
)

Parameters

  • name
    The tag name of the value to be set.
  • value
    The string value for the tag specified by the name parameter. If the name parameter is not recognized or is not supported for the current card type, the value is an empty string (““).

Remarks

For more information about the list of tag names and values, see EVRWResultInformation.

You can call ClearParameterInformation to set the value to an empty string (““).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace