Xmlns Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the XML namespace of this Configuration Section.

Namespace: Optimization.Configuration
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public string Xmlns { get; }
Visual Basic
Public ReadOnly Property Xmlns As String
	Get
Visual C++
public:
property String^ Xmlns {
	String^ 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