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.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string FieldName { get; set; }
Public Property FieldName As String
Get
Set
public:
property String^ FieldName {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also