DeliveryTransactionDataAction Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
MediaManagerCaller.MediaManagerAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<DeliveryAction> Action { get; set; }
Public Property Action As Nullable(Of DeliveryAction)
Get
Set
public:
property Nullable<DeliveryAction> Action {
Nullable<DeliveryAction> get ();
void set (Nullable<DeliveryAction> value);
}
member Action : Nullable<DeliveryAction> with get, set
function get_Action();
function set_Action(value);
Property Value
Type:
NullableDeliveryAction
See Also