EMLookupTableUploadMappingIsImported Property
|
Alterian Email Manager 6.2.3 SDK Help File
Denotes inclusion of the import column in the new or existing table. At least one item in the collection must be marked IsImported=true
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsImported { get; set; }
Public Property IsImported As Boolean
Get
Set
public:
property bool IsImported {
bool get ();
void set (bool value);
}
member IsImported : bool with get, set
function get_IsImported();
function set_IsImported(value);
Property Value
Type:
Boolean
See Also