Discuss this help topic in SecureBlackbox Forum

TElSAMLPOSTBinding.FormTemplate

TElSAMLPOSTBinding     


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


The default HTML form template.

Declaration

[C#]
    string FormTemplate;

[VB.NET]
    Property FormTemplate As String

[Pascal]
    property FormTemplate : string;

[C++]
    void get_FormTemplate(std::string &OutResult);
    void set_FormTemplate(const std::string &Value);

[PHP]
    string get_FormTemplate()
    void set_FormTemplate(string $Value)

[Java]
    String getFormTemplate();
    void setFormTemplate(String Value);

Description

This property specifies the default HTML form template.

Discuss this help topic in SecureBlackbox Forum