QuickOPC User's Guide and Reference
ExportedOnly Property



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)>
<DefaultValueAttribute(True)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property ExportedOnly As Boolean
'Usage
 
Dim instance As AutomaticValueControl
Dim value As Boolean
 
instance.ExportedOnly = value
 
value = instance.ExportedOnly
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool ExportedOnly {get; set;}
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property bool ExportedOnly {
   bool get();
   void set (    bool 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