In This Topic
Gets or sets the variable cost value.
Syntax
'Declaration
Public Property VariableCost As Double
'Usage
Dim instance As BreakEven
Dim value As Double
instance.VariableCost = value
value = instance.VariableCost
public double VariableCost {get; set;}
public:
property double VariableCost {
double get();
void set ( double value);
}
See Also