Discuss this help topic in SecureBlackbox Forum
Specifies this element's name.
Declaration
[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