Gets and Sets the character used to represent an unrecognized result.
Syntax
'Declaration
Public Property RejectionCharacter As System.Char
'Usage
Dim instance As Reader
Dim value As System.Char
instance.RejectionCharacter = value
value = instance.RejectionCharacter
public System.char RejectionCharacter {get; set;}
public read-write property RejectionCharacter: System.Char;
public function get,set RejectionCharacter : System.char
public: __property System.char get_RejectionCharacter();
public: __property void set_RejectionCharacter(
System.char value
);
public:
property System.char RejectionCharacter {
System.char get();
void set ( System.char value);
}
See Also