| ObjectExtensionOwner Property  | 
 
            Gets the owner of this extension.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic ExtensibleObject Owner { get; }Public ReadOnly Property Owner As ExtensibleObject
	Get
public:
property ExtensibleObject^ Owner {
	ExtensibleObject^ get ();
}member Owner : ExtensibleObject with get
Property Value
Type: 
ExtensibleObject See Also
See Also