MappedParsedItemHasNewVariable Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets whether mapped items has any new variable
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool HasNewVariable { get; set; }
Public Property HasNewVariable As Boolean
Get
Set
public:
property bool HasNewVariable {
bool get ();
void set (bool value);
}
member HasNewVariable : bool with get, set
function get_HasNewVariable();
function set_HasNewVariable(value);
Property Value
Type:
Boolean
See Also