TransactedObject.Owner Property |
Gets the object that owns this transacted object, or null if this object
does not have an owner.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.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