Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.NameFormat

TElSAMLAttributeElement     See also     


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


Specifies NameFormat attribute.

Declaration

[C#]
    string NameFormat;

[VB.NET]
    Property NameFormat As String

[Pascal]
    property NameFormat : string;

[C++]
    void get_NameFormat(std::string &OutResult);
    void set_NameFormat(const std::string &Value);

[PHP]
    string get_NameFormat()
    void set_NameFormat(string $Value)

[Java]
    String getNameFormat();
    void setNameFormat(String Value);

Description

    Use this property to specify the NameFormat attribute of this Attribute element.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum