SubscriptionProvisioningProcessMaxAttempts Property |
Gets or sets the MaxAttempts.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual int MaxAttempts { get; set; }
Public Overridable Property MaxAttempts As Integer
Get
Set
public:
virtual property int MaxAttempts {
int get ();
void set (int value);
}
abstract MaxAttempts : int with get, set
override MaxAttempts : int with get, set
Property Value
Type:
Int32See Also