KeyboardFormatFieldSeparator Property  | 
 
 Gets or sets the field separator.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string FieldSeparator { get; set; }Public Property FieldSeparator As String
	Get
	Set
public:
property String^ FieldSeparator {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
 The field separator.
 
See Also