QuickOPC User's Guide and Reference
Url Property (ServerDescriptor)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc Namespace > ServerDescriptor Class : Url Property
Gets or sets the System.Uri instance for this resource descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<IgnoreDataMemberAttribute()>
<XmlIgnoreAttribute()>
Public Shadows Property Url As Uri
 
'Usage
 
Dim instance As ServerDescriptor
Dim value As Uri
 
instance.Url = value
 
value = instance.Url
Remarks
A null reference denotes that a URI is not available.
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

ServerDescriptor Class
ServerDescriptor Members