QuickOPC User's Guide and Reference
BrowseProperties Property (_EasyDAClientTimeouts)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientTimeouts Interface : BrowseProperties Property
Browse properties timeout. Number of milliseconds. For BrowseProperties method of the EasyDAClient, this value determines the maximum amount of time this method waits for the signal that the operation was completed (either with success or failure).
Syntax
'Declaration
 
Property BrowseProperties As Integer
'Usage
 
Dim instance As _EasyDAClientTimeouts
Dim value As Integer
 
instance.BrowseProperties = value
 
value = instance.BrowseProperties
int BrowseProperties {get; set;}
property int BrowseProperties {
   int get();
   void set (    int value);
}
Remarks

This property is used by following client implementations:

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

_EasyDAClientTimeouts Interface
_EasyDAClientTimeouts Members