FieldDescriptionDataFieldName Property 
             | 
          
        
         
            In CPCL, this field is always null.
            In ZPL, this field will correspond to the optional name parameter of the ^FN command, or null if the parameter is not present
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic string FieldName { get; set; }Public Property FieldName As String
	Get
	Set
public:
property String^ FieldName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also