EasyUA Reference
RelativePathFormatter.ElementType Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : RelativePathFormatter.ElementType Enumeration

Glossary Item Box

The type of relative path element.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RelativePathFormatter.ElementType
C# 
public enum RelativePathFormatter.ElementType : System.Enum 

Members

MemberDescription
AnyComponent Any component reference should be followed ('.').
AnyHierarchical Any hierarchial reference should be followed ('/').
ForwardReference The forward reference identified by the browse name should be followed.
InverseReference The inverse reference identified by the browse name should be followed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.RelativePathFormatter.ElementType

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.