EasyUA Reference
ApplicationUri Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServerRegistration Class : ApplicationUri Property

Glossary Item Box

Gets or sets the application URI of the server which the registration applies to.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerRegistration
Dim value As String
 
instance.ApplicationUri = value
 
value = instance.ApplicationUri
C# 
[DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ApplicationUri {get; set;}

Property Value

The application uri.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.