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.14.1989
Syntax[JsonPropertyAttribute("sgdName")]
public string SgdName { get; set; }<JsonPropertyAttribute("sgdName")>
Public Property SgdName As String
	Get
	Setpublic:
[JsonPropertyAttribute(L"sgdName")]
property String^ SgdName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also