QuickOPC User's Guide and Reference
BorrowFromOtherNodes Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > UAAdaptiveReadWriteSizeProviderParameters Class : BorrowFromOtherNodes Property
Determines whether the initial high sizes can be borrowed from current sizes of other nodes on the same endpoint, provided that their initial high sizes are the same or higher.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property BorrowFromOtherNodes As Boolean
'Usage
 
Dim instance As UAAdaptiveReadWriteSizeProviderParameters
Dim value As Boolean
 
instance.BorrowFromOtherNodes = value
 
value = instance.BorrowFromOtherNodes
[DefaultValue(true)]
public bool BorrowFromOtherNodes {get; set;}
[DefaultValue(true)]
public:
property bool BorrowFromOtherNodes {
   bool get();
   void set (    bool 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