| 
            
              PhasorDataConcentratorBaseAutoPublishConfigurationFrame Property
             | 
          
        
        
            Gets or sets flag that determines if configuration frame should be automatically published at the top
            of each minute on the data channel.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxpublic bool AutoPublishConfigurationFrame { get; set; }Public Property AutoPublishConfigurationFrame As Boolean
	Get
	Set
public:
property bool AutoPublishConfigurationFrame {
	bool get ();
	void set (bool value);
}member AutoPublishConfigurationFrame : bool with get, set
function get_AutoPublishConfigurationFrame();
function set_AutoPublishConfigurationFrame(value);
 View SourceProperty Value
Boolean
Remarks
            By default if no command channel is defined, this flag will be true; otherwise if command channel
            is defined the flag will be false.
            
See Also