|   | ChannelFrameBaseTValidateCheckSum Property | 
        
        
            Gets or sets flag that determines if frame's check-sum should be validated - this should normally be left as true.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual bool ValidateCheckSum { get; set; }Public Overridable Property ValidateCheckSum As Boolean
	Get
	Set
public:
virtual property bool ValidateCheckSum {
	bool get ();
	void set (bool value);
}abstract ValidateCheckSum : bool with get, set
override ValidateCheckSum : bool with get, set
function get_ValidateCheckSum();
function set_ValidateCheckSum(value);
Property Value
Boolean See Also
See Also