AlertDestinationCreateAlertDestination Method
|
Creates an AlertDestination based on the destination.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public static AlertDestination CreateAlertDestination(
string destination
)
Public Shared Function CreateAlertDestination (
destination As String
) As AlertDestination
public:
static AlertDestination^ CreateAlertDestination(
String^ destination
)
Parameters
- destination
- Type: SystemString
Name of one of the values of AlertDestination.
Return Value
Type:
AlertDestinationBased on the
destinationExceptions Remarks If the destination is invalid a ZebraIllegalArgumentException will be thrown.
See Also