EventMapperIsNewUrlAssociated Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets if a new URL is associated to the event
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsNewUrlAssociated { get; set; }
Public Property IsNewUrlAssociated As Boolean
Get
Set
public:
property bool IsNewUrlAssociated {
bool get ();
void set (bool value);
}
member IsNewUrlAssociated : bool with get, set
function get_IsNewUrlAssociated();
function set_IsNewUrlAssociated(value);
Property Value
Type:
Boolean
See Also