PrinterAlertSgdName Property
|
Return the string representation of the Set-Get-Do Name.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax [JsonPropertyAttribute("sgdName")]
public string SgdName { get; set; }
<JsonPropertyAttribute("sgdName")>
Public Property SgdName As String
Get
Set
public:
[JsonPropertyAttribute(L"sgdName")]
property String^ SgdName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also