Discuss this help topic in SecureBlackbox Forum
Specifies whether this endpoint is the default one in the collection.
Declaration
[VB.NET]
Property IsDefault As Boolean
[Pascal]
property IsDefault : boolean;
[C++]
bool get_IsDefault();
void set_IsDefault(bool Value);
[PHP]
bool get_IsDefault()
void set_IsDefault(bool $Value)
[Java]
boolean getIsDefault();
void setIsDefault(boolean Value);
Description
This property defines whether this endpoint is the default one in the collection.
The default value is false.
Discuss this help topic in SecureBlackbox Forum