Shoulds the serialize health product settings.
Syntax
'Declaration
Public Overridable Function ShouldSerializeHealthProductSettings() As Boolean
'Usage
Dim instance As Offering
Dim value As Boolean
value = instance.ShouldSerializeHealthProductSettings()
public virtual bool ShouldSerializeHealthProductSettings()
public function ShouldSerializeHealthProductSettings(): Boolean; virtual;
public function ShouldSerializeHealthProductSettings() : boolean;
public: virtual bool ShouldSerializeHealthProductSettings();
public:
virtual bool ShouldSerializeHealthProductSettings();
Return Value
true
if XXXX, false
otherwise.
See Also