Opc.Ua.Core
Items Property (Documentation)



Opc.Ua.Schema.Binary Namespace > Documentation Class : Items Property
Syntax
'Declaration
 
<XmlAnyElementAttribute()>
Public Property Items As XmlElement()
'Usage
 
Dim instance As Documentation
Dim value() As XmlElement
 
instance.Items = value
 
value = instance.Items
[XmlAnyElement()]
public XmlElement[] Items {get; set;}
[XmlAnyElement()]
public:
property array<XmlElement^>^ Items {
   array<XmlElement^>^ get();
   void set (    array<XmlElement^>^ 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

Documentation Class
Documentation Members