Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.Destination

TElSAMLStatusResponseType     


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


The destination URI for this response.

Declaration

[C#]
    string Destination;

[VB.NET]
    Property Destination As String

[Pascal]
    property Destination : TSBAnyURI;

[C++]
    void get_Destination(std::string &OutResult);
    void set_Destination(const std::string &Value);

[PHP]
    string get_Destination()
    void set_Destination(string $Value)

[Java]
    String getDestination();
    void setDestination(String Value);

Description

Use this property to specify the destination address for this response.

Discuss this help topic in SecureBlackbox Forum