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