QuickOPC User's Guide and Reference
PropertyElement Property (_DAPropertyDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes Namespace > _DAPropertyDialog Interface : PropertyElement Property
Gets the information about the OPC property selected in the dialog box.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property PropertyElement As DAPropertyElement
'Usage
 
Dim instance As _DAPropertyDialog
Dim value As DAPropertyElement
 
value = instance.PropertyElement
[CanBeNull()]
DAPropertyElement PropertyElement {get;}
[CanBeNull()]
property DAPropertyElement^ PropertyElement {
   DAPropertyElement^ 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