OPC Studio User's Guide and Reference
ExportedOnly Property



View with Navigation Tools
OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > AutomaticValueControl Class : ExportedOnly Property
Infrastructure. Determines whether only value controls marked for export will be considered for selection.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property ExportedOnly As Boolean
 
'Usage
 
Dim instance As AutomaticValueControl
Dim value As Boolean
 
instance.ExportedOnly = value
 
value = instance.ExportedOnly

Property Value

The default value of this property is True.

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