Provides access to the tag of this data object.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Property Tag() As Integer
This language is not supported or no code example is available.
public int Tag {get; set;}
This language is not supported or no code example is available.
Property Value
Type: intThe Tag value must be in the range from 1 through 0xFFFFFF. An attempt to set any other value will throw an exception.
Exception type | Condition |
---|---|
Thrown when one or more arguments are outside the required range. |
Not all Tag values that can be stored in this property can be encoded with all supported
CardDataObjectEncoding schemes. For example, when using
CardDataObjectEncoding.Simple encoding, the Tag value must be in the range
from
0x01 through 0xFE.