Ignore any Basic Offset Table which may be present in the received data
public System.bool IgnoreBOT {get; set;}
public read-write property IgnoreBOT: System.Boolean;
public function get,set IgnoreBOT : System.boolean
public: __property System.bool get_IgnoreBOT();
public: __property void set_IgnoreBOT(
System.bool value
);
public:
property System.bool IgnoreBOT {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property IgnoreBOT As System.Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As System.Boolean
instance.IgnoreBOT = value
value = instance.IgnoreBOT
Target Platforms: .NET CLR 4.8 or higher