AccessDataType Enumeration (POS for .NET v1.14.1 SDK Documentation)

3/24/2017

Enumerates the possible access data types.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification:="UPOS specification does not include 0.")> _
Public Enumeration AccessDataType
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum AccessDataType
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class AccessDataType
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum AccessDataType
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum AccessDataType

Members

Member name Description
Key Key information.
NegativeList Negative list.
Others Other information.

Remarks

Used by the AccessData method. Members of this enumeration replace the EVRW_AD_KEY, EVRW_AD_NEGATIVE_LIST, and EVRW_AD_OTHERS UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace