EMLookupTableUploadMappingIsKey Property
|
Alterian Email Manager 6.2.3 SDK Help File
Denotes the key column. Only one item in the colleciton can have IsKey=true
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsKey { get; set; }
Public Property IsKey As Boolean
Get
Set
public:
property bool IsKey {
bool get ();
void set (bool value);
}
member IsKey : bool with get, set
function get_IsKey();
function set_IsKey(value);
Property Value
Type:
Boolean
See Also