_currentRatio Field (PSObject)
In This Topic
Specifies the current ratio.
Syntax
'Declaration
Protected _currentRatio As Single
'Usage
Dim instance As PSObject
Dim value As Single
value = instance._currentRatio
instance._currentRatio = value
protected float _currentRatio
See Also