Opc.Ua.Core
References Property (UANode)



Opc.Ua.Export Namespace > UANode Class : References Property
Syntax
'Declaration
 
<XmlArrayItemAttribute(False)>
Public Property References As Reference()
'Usage
 
Dim instance As UANode
Dim value() As Reference
 
instance.References = value
 
value = instance.References
[XmlArrayItem(false)]
public Reference[] References {get; set;}
[XmlArrayItem(false)]
public:
property array<Reference^>^ References {
   array<Reference^>^ get();
   void set (    array<Reference^>^ 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

UANode Class
UANode Members