| 
            
              ConcentratorValidateIDCode Property
             | 
          
        
        
            Gets or sets flag that determines if concentrator will validate ID code before processing commands.
            
        
        Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxpublic bool ValidateIDCode { get; set; }Public Property ValidateIDCode As Boolean
	Get
	Set
public:
property bool ValidateIDCode {
	bool get ();
	void set (bool value);
}member ValidateIDCode : bool with get, set
function get_ValidateIDCode();
function set_ValidateIDCode(value);
 View SourceProperty Value
Boolean
See Also