Shoulds the serialize section125.
Syntax
'Declaration
Public Overridable Function ShouldSerializeAllowSection125Change() As Boolean
'Usage
Dim instance As Coverage
Dim value As Boolean
value = instance.ShouldSerializeAllowSection125Change()
public virtual bool ShouldSerializeAllowSection125Change()
public function ShouldSerializeAllowSection125Change(): Boolean; virtual;
public function ShouldSerializeAllowSection125Change() : boolean;
public: virtual bool ShouldSerializeAllowSection125Change();
public:
virtual bool ShouldSerializeAllowSection125Change();
See Also