TransactedObjectOwner Property |
Gets the object that owns this transacted object, or if this object
does not have an owner.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic Object Owner { get; }
Public ReadOnly Property Owner As Object
Get
public:
property Object^ Owner {
Object^ get ();
}
member Owner : Object with get
Property Value
Type:
Object
See Also