QuickOPC User's Guide and Reference
UpdatingUrlString Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > ResourceDescriptor Class : UpdatingUrlString Property
Infrastructure.
Syntax
'Declaration
 
Protected Property UpdatingUrlString As Integer
'Usage
 
Dim instance As ResourceDescriptor
Dim value As Integer
 
instance.UpdatingUrlString = value
 
value = instance.UpdatingUrlString
protected int UpdatingUrlString {get; set;}
protected:
property int UpdatingUrlString {
   int get();
   void set (    int 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