JobConfigInfoCardDestination Property
|
Card destination.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public Nullable<CardDestination> CardDestination { get; set; }
Public Property CardDestination As Nullable(Of CardDestination)
Get
Set
public:
property Nullable<CardDestination> CardDestination {
Nullable<CardDestination> get ();
void set (Nullable<CardDestination> value);
}
Property Value
Type:
NullableCardDestinationSee Also