cAudioRecorderWasapiLookupProgressEventArgsCurrent Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Current { get; }
Public ReadOnly Property Current As Integer
Get
Dim instance As cAudioRecorderWasapiLookupProgressEventArgs
Dim value As Integer
value = instance.Current
member Current : int with get
/** @property */
public int get_Current()
function get Current () : int
Property Value
Type:
Int32See Also