Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.OwnNodes

TElXMLNodeSet     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the set contains any nodes.

Declaration

[C#]
    bool OwnNodes;

[VB.NET]
    Property OwnNodes As Boolean

[Pascal]
    property OwnNodes : boolean;

[C++]
    bool get_OwnNodes();
    void set_OwnNodes(bool Value);

[PHP]
    bool get_OwnNodes()
    void set_OwnNodes(bool $Value)

[Java]
    boolean getOwnNodes();
    void setOwnNodes(boolean Value);

Description

    Use this property to specify whether the set owns any nodes.

See also:     Node     Count    

Discuss this help topic in SecureBlackbox Forum