Discuss this help topic in SecureBlackbox Forum
This property specifies the maximum distance from the Base.
Declaration
[VB.NET]
Property Maximum As Integer
[Pascal]
property Maximum : integer;
[C++]
int32_t get_Maximum();
void set_Maximum(int32_t Value);
[PHP]
integer get_Maximum()
void set_Maximum(integer $Value)
[Java]
int getMaximum();
void setMaximum(int Value);
Description
This property specifies the
maximal distance from a
Base
for a subtree.
Discuss this help topic in SecureBlackbox Forum