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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing Namespace > DAPropertyDialog Class : PropertyElement Property
Gets the information about the OPC property selected in the dialog box.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property PropertyElement As DAPropertyElement
'Usage
 
Dim instance As DAPropertyDialog
Dim value As DAPropertyElement
 
instance.PropertyElement = value
 
value = instance.PropertyElement
[DefaultValue("")]
public DAPropertyElement PropertyElement {get;}
[DefaultValue("")]
public:
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