Opc.Ua.Core
ParentNodeId Property



Opc.Ua.Export Namespace > UAInstance Class : ParentNodeId Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property ParentNodeId As String
'Usage
 
Dim instance As UAInstance
Dim value As String
 
instance.ParentNodeId = value
 
value = instance.ParentNodeId
[XmlAttribute()]
public string ParentNodeId {get; set;}
[XmlAttribute()]
public:
property String^ ParentNodeId {
   String^ get();
   void set (    String^ value);
}
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

UAInstance Class
UAInstance Members