GetWarnings Method

XMLConfigurationLib

Collapse image Expand Image Copy image CopyHover image
Gets the warnings generated from the most recent load or save.

Namespace: XMLConfigurationLib
Assembly: XMLConfigurationLib (in XMLConfigurationLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<string> GetWarnings()
Visual Basic
Public Function GetWarnings As List(Of String)
Visual C++
public:
List<String^>^ GetWarnings()

Return Value

A list of strings

See Also