ApiConfig Xmlns Property KerbalData - KSP Data Unlocked!
Gets the XML namespace of this Configuration Section.

Namespace: KerbalData.Configuration
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Xmlns { get; }
Remarks

This property makes sure that if the configuration file contains the XML namespace, the parser doesn't throw an exception because it encounters the unknown "xmlns" attribute.
See Also