Click or drag to resize

TransactedPropertyTToString Method

Get a String that represents the value of this transacted property.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override string ToString()

Return Value

Type: String
The value of this transacted property.
Remarks
This method creates a new Transaction in which to obtain the current value of this transacted property.
See Also