EasyUA Reference
Contains Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BindingFactory Class : Contains Method

uriScheme
The URI scheme.

Glossary Item Box

Returns true if a binding exists for the specified schema.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BindingFactory
Dim uriScheme As String
Dim value As Boolean
 
value = instance.Contains(uriScheme)
C# 
public virtual bool Contains( 
   string uriScheme
)

Parameters

uriScheme
The URI scheme.

Return Value

true if [contains] [the specified URI scheme]; otherwise, false.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.