Opc.Ua.Core
DeleteReverseReferences Property



Opc.Ua.Export Namespace > NodeToDelete Class : DeleteReverseReferences Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute(True)>
Public Property DeleteReverseReferences As Boolean
'Usage
 
Dim instance As NodeToDelete
Dim value As Boolean
 
instance.DeleteReverseReferences = value
 
value = instance.DeleteReverseReferences
[XmlAttribute()]
[DefaultValue(true)]
public bool DeleteReverseReferences {get; set;}
[XmlAttribute()]
[DefaultValue(true)]
public:
property bool DeleteReverseReferences {
   bool get();
   void set (    bool 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

NodeToDelete Class
NodeToDelete Members