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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientTimeouts Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(90000)>
Public Property BrowseProperties As Integer
'Usage
 
Dim instance As EasyDAClientTimeouts
Dim value As Integer
 
instance.BrowseProperties = value
 
value = instance.BrowseProperties
[DataMember()]
[DefaultValue(90000)]
public int BrowseProperties {get; set;}
[DataMember()]
[DefaultValue(90000)]
public:
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 Class
EasyDAClientTimeouts Members