Which code block from class modules returns a compile error?
:
Public Property Get HDL() As Double HDL = Value End Property Public Property Let HDL(Value As Double) pHDL = Value End Property
Property Get HDL() As Double HDL = Value End Property Property Let HDL(Value As Double) pHDL = Value End Property
Public Property Get HDL() As Double HDL = pHDL End Property Public Property Let HDL(Value As Double) pHDL = Value End Property
Public Property Get HDL() As Single HDL = pHDL End Property Public Property Let HDL(Value As Double) pHDL = Value End Property