Share via


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

2/27/2008

Gets or sets the payment amount on the electronic money service.

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

Syntax

'Declaration
Public MustOverride Property Amount As Decimal
public abstract decimal Amount { get; set; }
public:
virtual property Decimal Amount {
    Decimal get () abstract;
    void set (Decimal value) abstract;
}
/** @property */
public abstract Decimal get_Amount ()

/** @property */
public abstract void set_Amount (Decimal value)
public abstract function get Amount () : decimal

public abstract function set Amount (value : 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