QuickOPC User's Guide and Reference
SelectElementType Property (OpcBrowseMode)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseMode Class : SelectElementType Property
The type of the element that the user needs to select in order to finalize the dialog.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectElementType As OpcElementType
'Usage
 
Dim instance As OpcBrowseMode
Dim value As OpcElementType
 
instance.SelectElementType = value
 
value = instance.SelectElementType
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public OpcElementType SelectElementType {get; set;}
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property OpcElementType SelectElementType {
   OpcElementType get();
   void set (    OpcElementType value);
}
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