Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestedAttributeElement.IsRequired

TElSAMLRequestedAttributeElement     See also     


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


Specifies if this attribute is required for the functioning of the service.

Declaration

[C#]
    bool IsRequired;

[VB.NET]
    Property IsRequired As Boolean

[Pascal]
    property IsRequired : boolean;

[C++]
    bool get_IsRequired();
    void set_IsRequired(bool Value);

[PHP]
    bool get_IsRequired()
    void set_IsRequired(bool $Value)

[Java]
    boolean getIsRequired();
    void setIsRequired(boolean Value);

Description

This property specifies whether this attribute is required for this service to function at all. The default value is false.

See also:     UseIsRequired    

Discuss this help topic in SecureBlackbox Forum