Discuss this help topic in SecureBlackbox Forum
This property specifies the minimum distance from the Base.
Declaration
[VB.NET]
Property Minimum As Integer
[Pascal]
property Minimum : integer;
[C++]
int32_t get_Minimum();
void set_Minimum(int32_t Value);
[PHP]
integer get_Minimum()
void set_Minimum(integer $Value)
[Java]
int getMinimum();
void setMinimum(int Value);
Description
This property specifies a
minimal distance from a
Base
for a given subtree.
Discuss this help topic in SecureBlackbox Forum