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: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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