Gets or sets the name of the list or table in the data source. Default is an empty string
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string DataMember { get; set; } |
Visual Basic |
---|
Public Property DataMember As String Get Set |
Visual C++ |
---|
public: property String^ DataMember { String^ get (); void set (String^ value); } |