Discuss this help topic in SecureBlackbox Forum

TElSAMLLogoutRequestElement.Reason

TElSAMLLogoutRequestElement     


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


Specifies the logout reason.

Declaration

[C#]
    string Reason;

[VB.NET]
    Property Reason As String

[Pascal]
    property Reason : string;

[C++]
    void get_Reason(std::string &OutResult);
    void set_Reason(const std::string &Value);

[PHP]
    string get_Reason()
    void set_Reason(string $Value)

[Java]
    String getReason();
    void setReason(String Value);

Description

This property contains the URI which specifies the logout reason.

Discuss this help topic in SecureBlackbox Forum