AlertDestinationDestinationName Property
|
Gets/Sets the alert destination name.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonPropertyAttribute("destination")]
public string DestinationName { get; set; }
<JsonPropertyAttribute("destination")>
Public Property DestinationName As String
Get
Set
public:
[JsonPropertyAttribute(L"destination")]
property String^ DestinationName {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also