Get the conversion configurations.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ConfigurationElement ConverterSettings { get; }
Visual Basic
ReadOnly Property ConverterSettings As ConfigurationElement
	Get
Visual C++
property ConfigurationElement^ ConverterSettings {
	ConfigurationElement^ get ();
}

See Also