AlertDestinationCreateAlertDestination Method 
             | 
          
        
         
            Creates an AlertDestination based on the destination.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic 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 
destination
Exceptions
RemarksIf the destination is invalid a ZebraIllegalArgumentException will be thrown.
See Also