Opc.Ua.Core
Extensions Property (NodeState)



Opc.Ua Namespace > NodeState Class : Extensions Property
Gets or sets the extensions of the node set. Property used when importing NodeSet2.xml files.
Syntax
'Declaration
 
Public Property Extensions As XmlElement()
'Usage
 
Dim instance As NodeState
Dim value() As XmlElement
 
instance.Extensions = value
 
value = instance.Extensions
public XmlElement[] Extensions {get; set;}
public:
property array<XmlElement^>^ Extensions {
   array<XmlElement^>^ get();
   void set (    array<XmlElement^>^ value);
}

Property Value

The extensions.
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

NodeState Class
NodeState Members