QuickOPC User's Guide and Reference
DiscoveryProfileUri Property (UADiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UADiscoveryElement Class : DiscoveryProfileUri Property
A URI that identifies the discovery profile supported by the URLs provided.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DisplayAttribute(AutoGenerateField=False, 
   Order=109, 
   ShortName="Discovery Profile URI")>
Public Property DiscoveryProfileUri As Uri
'Usage
 
Dim instance As UADiscoveryElement
Dim value As Uri
 
instance.DiscoveryProfileUri = value
 
value = instance.DiscoveryProfileUri
[CanBeNull()]
[Display(AutoGenerateField=false, 
   Order=109, 
   ShortName="Discovery Profile URI")]
public Uri DiscoveryProfileUri {get; set;}
[CanBeNull()]
[Display(AutoGenerateField=false, 
   Order=109, 
   ShortName="Discovery Profile URI")]
public:
property Uri^ DiscoveryProfileUri {
   Uri^ get();
   void set (    Uri^ value);
}
Remarks

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

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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