QuickOPC User's Guide and Reference
Owner Property



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace > ElementExtensions Class : Owner Property
Gets component or element that owning extensions.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property Owner As IComponent
'Usage
 
Dim instance As ElementExtensions
Dim value As IComponent
 
instance.Owner = value
 
value = instance.Owner
[CanBeNull()]
[Browsable(false)]
public IComponent Owner {get;}
[CanBeNull()]
[Browsable(false)]
public:
property IComponent^ Owner {
   IComponent^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also