QuickOPC User's Guide and Reference
DefaultDataType Property (DAPropertyElement)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : DefaultDataType Property
Default value of the DataType property. Equals to OpcLabs.BaseLib.ComInterop.VarTypes.Empty.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultDataType As VarType
'Usage
 
Dim value As VarType
 
value = DAPropertyElement.DefaultDataType
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static VarType DefaultDataType {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property VarType^ DefaultDataType {
   VarType^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyElement Class
DAPropertyElement Members