Shoulds the serialize employee monthly fee.
Syntax
'Declaration
Public Overridable Function ShouldSerializeEmployeeMonthlyFee() As Boolean
'Usage
Dim instance As Product
Dim value As Boolean
value = instance.ShouldSerializeEmployeeMonthlyFee()
public virtual bool ShouldSerializeEmployeeMonthlyFee()
public function ShouldSerializeEmployeeMonthlyFee(): Boolean; virtual;
public function ShouldSerializeEmployeeMonthlyFee() : boolean;
public: virtual bool ShouldSerializeEmployeeMonthlyFee();
public:
virtual bool ShouldSerializeEmployeeMonthlyFee();
See Also