QuickOPC User's Guide and Reference
EditTypeName Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > AutomaticValueControl Class : EditTypeName Property
The name of the type of values to be displayed (for viewing or editing) by this control.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property EditTypeName As String
'Usage
 
Dim instance As AutomaticValueControl
Dim value As String
 
instance.EditTypeName = value
 
value = instance.EditTypeName
[DefaultValue("")]
[NotNull()]
public string EditTypeName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ EditTypeName {
   String^ get();
   void set (    String^ 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