Discuss this help topic in SecureBlackbox Forum

TElSAMLIndexedEndpointType.IsDefault

TElSAMLIndexedEndpointType     See also     


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


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

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 specifies whether this endpoint is the default one in the set. The default value is false. If this attribute is omitted, its value is assumed to be false.

See also:     UseDefault    

Discuss this help topic in SecureBlackbox Forum