PrinterAlertAlertText Property 
             | 
          
        
         
            Return the text received from the printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax[JsonPropertyAttribute("alertText")]
public string AlertText { get; set; }<JsonPropertyAttribute("alertText")>
Public Property AlertText As String
	Get
	Setpublic:
[JsonPropertyAttribute(L"alertText")]
property String^ AlertText {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also