Discuss this help topic in SecureBlackbox Forum
Specifies whether the set contains any nodes.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum