SEVExportSettingsExporters Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<ExporterSettings> Exporters { get; set; }
Public Property Exporters As IList(Of ExporterSettings)
Get
Set
public:
property IList<ExporterSettings^>^ Exporters {
IList<ExporterSettings^>^ get ();
void set (IList<ExporterSettings^>^ value);
}
member Exporters : IList<ExporterSettings> with get, set
function get_Exporters();
function set_Exporters(value);
Property Value
Type:
IListExporterSettings
See Also