QuickOPC User's Guide and Reference
Uri Property (PluginSetup)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility Namespace > PluginSetup Class : Uri Property
The URI of the plug-in.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<IsValueEvidentAttribute(True)>
Public Property Uri As Uri
'Usage
 
Dim instance As PluginSetup
Dim value As Uri
 
instance.Uri = value
 
value = instance.Uri
[CanBeNull()]
[IsValueEvident(true)]
public Uri Uri {get; set;}
[CanBeNull()]
[IsValueEvident(true)]
public:
property Uri^ Uri {
   Uri^ get();
   void set (    Uri^ value);
}
Remarks

This property is null if the underlying string does not represent a valid URI.

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