AlertDestinationCreateAlertDestinationFromName Method
|
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public static AlertDestination CreateAlertDestinationFromName(
string destinationName
)
Public Shared Function CreateAlertDestinationFromName (
destinationName As String
) As AlertDestination
public:
static AlertDestination^ CreateAlertDestinationFromName(
String^ destinationName
)
Parameters
- destinationName
- Type: SystemString
Name of one of the destinations in AlertDestination.
Return Value
Type:
AlertDestinationBased on the
destinationNameExceptions Remarks If the destinationName is invalid a ZebraIllegalArgumentException will be thrown.
See Also