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.2.419.0 (24.2.419.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringThe 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