Opc.Ua.Core
SourcePath Property



Opc.Ua Namespace > NodeStateHierarchyReference Class : SourcePath Property
Gets the path to the source node.
Syntax
'Declaration
 
Public ReadOnly Property SourcePath As String
'Usage
 
Dim instance As NodeStateHierarchyReference
Dim value As String
 
value = instance.SourcePath
public string SourcePath {get;}
public:
property String^ SourcePath {
   String^ get();
}

Property Value

The source path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeStateHierarchyReference Class
NodeStateHierarchyReference Members