QuickOPC User's Guide and Reference
UpdatingUri Property



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