CardTypeInfoContactEncode Property
|
True if contact tag present.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public Nullable<bool> ContactEncode { get; set; }
Public Property ContactEncode As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ContactEncode {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also