Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusCodeElement.SubValue

TElSAMLStatusCodeElement     See also     


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


The value of the nested StatusCode.

Declaration

[C#]
    string SubValue;

[VB.NET]
    Property SubValue As String

[Pascal]
    property SubValue : TSBAnyURI;

[C++]
    void get_SubValue(std::string &OutResult);
    void set_SubValue(const std::string &Value);

[PHP]
    string get_SubValue()
    void set_SubValue(string $Value)

[Java]
    String getSubValue();
    void setSubValue(String Value);

Description

This property contains the value of the nested StatusCode element.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum