Click or drag to resize

ReportsConfigurationXmlns Property

Gets the XML namespace of this Configuration Section.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public string Xmlns { get; }

Property Value

Type: String
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