ProgressArgsBytes Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public long Bytes { get; set; }
Public Property Bytes As Long
Get
Set
Dim instance As ProgressArgs
Dim value As Long
value = instance.Bytes
instance.Bytes = value
member Bytes : int64 with get, set
/** @property */
public long get_Bytes()
/** @property */
public void set_Bytes(long value)
function get Bytes () : long
function set Bytes (value : long)
function get_Bytes();
function set_Bytes(value);
Property Value
Type:
Int64See Also