Gets or sets the actual number of bytes that this read operation has copied to
Buffer.
public int Read {get; set;}
'Declaration
Public Property Read As Integer
'Usage
Dim instance As CodecsRedirectReadEventArgs
Dim value As Integer
instance.Read = value
value = instance.Read
public int Read {get; set;}
public int getRead()
public void setRead(int value)
<br/>get_Read();<br/>set_Read(value);<br/>Object.defineProperty('Read');
public:
property int Read {
int get();
void set ( int value);
}
Property Value
The actual number of bytes that this read operation has copied to
Buffer.