Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestResult.Doc

TElSAMLRequestResult     


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


The XML representation of the response.

Declaration

[C#]
    TElXMLDOMDocument Doc;

[VB.NET]
    Property Doc As TElXMLDOMDocument

[Pascal]
    property Doc : TElXMLDOMDocument;

[C++]
    TElXMLDOMDocument* get_Doc();

[PHP]
    TElXMLDOMDocument get_Doc()

[Java]
    TElXMLDOMDocument getDoc();

Description

This property contains the XML representation of the response.

Discuss this help topic in SecureBlackbox Forum