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