QuickOPC User's Guide and Reference
AutoValidate Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : AutoValidate Property
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shadows Property AutoValidate As AutoValidate
'Usage
 
Dim instance As BrowseControl
Dim value As AutoValidate
 
instance.AutoValidate = value
 
value = instance.AutoValidate
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[EditorBrowsable(EditorBrowsableState.Always)]
public new AutoValidate AutoValidate {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[EditorBrowsable(EditorBrowsableState.Always)]
public:
new property AutoValidate AutoValidate {
   AutoValidate get();
   void set (    AutoValidate 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