Opc.Ua.Core
ReferencesToDelete Property (UANodeSetChanges)



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