Discuss this help topic in SecureBlackbox Forum

TElSAMLEndpoint.IsDefault

TElSAMLEndpoint     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether this endpoint is the default one in the collection.

Declaration

[C#]
    bool IsDefault;

[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.

See also:     _Index    

Discuss this help topic in SecureBlackbox Forum