Opc.Ua.Core
NodesToDelete Property (UANodeSetChanges)



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

UANodeSetChanges Class
UANodeSetChanges Members