Discuss this help topic in SecureBlackbox Forum

TElSAMLElement.TextValue

TElSAMLElement     


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


Returns a string representation of this element.

Declaration

[C#]
    string TextValue;

[VB.NET]
    Property TextValue As String

[Pascal]
    property TextValue : string;

[C++]
    void get_TextValue(std::string &OutResult);

[PHP]
    string get_TextValue()

[Java]
    String getTextValue();

Description

    Use this property to get string representation of this element.

Discuss this help topic in SecureBlackbox Forum