|   | ConfigurationCellSectionEntry Property | 
        
        
            Gets or sets section entry in INI based configuration file for this 
ConfigurationCell.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string SectionEntry { get; set; }Public Property SectionEntry As String
	Get
	Set
public:
property String^ SectionEntry {
	String^ get ();
	void set (String^ value);
}member SectionEntry : string with get, set
function get_SectionEntry();
function set_SectionEntry(value);
Property Value
String See Also
See Also