Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestAbstractType.ElementName

TElSAMLRequestAbstractType     


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


Specifies this element's name.

Declaration

[C#]
    string ElementName;

[VB.NET]
    Property ElementName As String

[Pascal]
    property ElementName : string;

[C++]
    void get_ElementName(std::string &OutResult);
    void set_ElementName(const std::string &Value);

[PHP]
    string get_ElementName()
    void set_ElementName(string $Value)

[Java]
    String getElementName();
    void setElementName(String Value);

Description

This property contains the name of this SAML element.

Discuss this help topic in SecureBlackbox Forum