AttemptsCollectionItem Property (Object) |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AttemptDescription this[
Object attemptCount
] { get; }
Public ReadOnly Default Property Item (
attemptCount As Object
) As AttemptDescription
Get
public:
property AttemptDescription^ default[Object^ attemptCount] {
AttemptDescription^ get (Object^ attemptCount);
}
member Item : AttemptDescription with get
Parameters
- attemptCount
- Type: SystemObject
The key of the AttemptDescription to retrieve.
Property Value
Type:
AttemptDescriptionSee Also