ElectronicValueRW.TransactionLog Property
2/27/2008
Stores the result of the AccessLog method.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TransactionLog As String
public abstract string TransactionLog { get; }
public:
virtual property String^ TransactionLog {
String^ get () abstract;
}
/** @property */
public abstract String get_TransactionLog ()
public abstract function get TransactionLog () : String
Remarks
Stores the result of the AccessLog method.
If the CapIndirectTransactionLog property is true, the TransactionLog property shows a URL that shows the position such as files where the transaction log is stored.
The content of the transaction log depends on the device and service.
This property is initialized to an empty string ("") 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