Discuss this help topic in SecureBlackbox Forum

TElSAMLLocalizedNameType.Lang

TElSAMLLocalizedNameType     See also     


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


Specifies the language.

Declaration

[C#]
    string Lang;

[VB.NET]
    Property Lang As String

[Pascal]
    property Lang : string;

[C++]
    void get_Lang(std::string &OutResult);
    void set_Lang(const std::string &Value);

[PHP]
    string get_Lang()
    void set_Lang(string $Value)

[Java]
    String getLang();
    void setLang(String Value);

Description

This property specifies the language of the textual content of this element.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum