|
ConfigurationCellSectionEntry Property
|
Gets or sets section entry in INI based configuration file for this
ConfigurationCell.
Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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);
View SourceProperty Value
String
See Also