Discuss this help topic in SecureBlackbox Forum

TElSAMLIndexedEndpointType.UseDefault

TElSAMLIndexedEndpointType     See also     


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


Specifies whether the isDefault attribute should be included.

Declaration

[C#]
    bool UseDefault;

[VB.NET]
    Property UseDefault As Boolean

[Pascal]
    property UseDefault : boolean;

[C++]
    bool get_UseDefault();
    void set_UseDefault(bool Value);

[PHP]
    bool get_UseDefault()
    void set_UseDefault(bool $Value)

[Java]
    boolean getUseDefault();
    void setUseDefault(boolean Value);

Description

This property specifies whether the isDefault attribute should be included into this element. The default value is false (which assumes that isDefault is also false).

See also:     IsDefault    

Discuss this help topic in SecureBlackbox Forum