Click or drag to resize

PrsReaderGetSectionKeys Method

Gets all section entries.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public IList<string> GetSectionKeys(
	string section
)

Parameters

section  String
The section.

Return Value

IListString
An IListT of String objects containing all the section entries.
Exceptions
ExceptionCondition
PrsReaderException
See Also