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; }
Public ReadOnly Property Xmlns As String
Get
public:
property String^ Xmlns {
String^ get ();
}
member Xmlns : string with get
Property Value
Type:
StringRemarks
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