Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves and sets the size of the capture buffer to create, in bytes.
Definition
Visual Basic Public Property BufferBytes As Integer C# public int BufferBytes { get; set; } C++ public:
property int BufferBytes {
int get();
void set(int value);
}JScript public function get BufferBytes() : int
public function set BufferBytes(int);
Property Value
System.Int32
The size of the capture buffer to create, in bytes.This property is read/write.