Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege.DescLang

TElWebDAVSupportedPrivilege     See also     


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


The language of this privilege description.

Declaration

[C#]
    string DescLang;

[VB.NET]
    Property DescLang As String

[Pascal]
    under development

[C++]
    void get_DescLang(std::string &OutResult);
    void set_DescLang(const std::string &Value);

[PHP]
    string get_DescLang()
    void set_DescLang(string $Value)

[Java]
    String getDescLang();
    void setDescLang(String Value);

Description

    Use this property to check the language of the Description.

See also:     Description    

Discuss this help topic in SecureBlackbox Forum