Share via


ElectronicValueRW.SettledAmount Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the real amount of the settlement on the electronic money service.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SettledAmount As Decimal
public abstract decimal SettledAmount { get; }
public:
virtual property Decimal SettledAmount {
    Decimal get () abstract;
}
/** @property */
public abstract Decimal get_SettledAmount ()
public abstract function get SettledAmount () : decimal

Remarks

This property is initialized to zero by the Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace