Share via


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

2/27/2008

Gets the point balance on the point service.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property BalanceOfPoint As Decimal
public abstract decimal BalanceOfPoint { get; }
public:
virtual property Decimal BalanceOfPoint {
    Decimal get () abstract;
}
/** @property */
public abstract Decimal get_BalanceOfPoint ()
public abstract function get BalanceOfPoint () : 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