EMLookupTableDeleteRecordsSaveItemKeys Property
|
Alterian Email Manager 6.2.3 SDK Help File
Collection of keys identifying the rows to remove.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic List<string> Keys { get; set; }
Public Property Keys As List(Of String)
Get
Set
public:
property List<String^>^ Keys {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Keys : List<string> with get, set
function get_Keys();
function set_Keys(value);
Property Value
Type:
ListString
See Also