In This Topic
Indicates the node’s level. Top-level nodes have level zero.
Syntax
'Declaration
Public Property Level As System.Integer
'Usage
Dim instance As TreeNode
Dim value As System.Integer
instance.Level = value
value = instance.Level
public System.int Level {get; set;}
public read-write property Level: System.Integer;
public function get,set Level : System.int
public: __property System.int get_Level();
public: __property void set_Level(
System.int value
);
public:
property System.int Level {
System.int get();
void set ( System.int value);
}
See Also