Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.UName

TElTarFileAttributes     See also     


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


Specifies owner user name.

Declaration

[C#]
    string UName;

[VB.NET]
    Property UName As String

[Pascal]
    property UName : string;

[C++]
    void get_UName(std::string &OutResult);
    void set_UName(const std::string &Value);

[PHP]
    string get_UName()
    void set_UName(string $Value)

[Java]
    String getUName();
    void setUName(String Value);

Description

This property contains file owner's user name.

See also:     UID    

Discuss this help topic in SecureBlackbox Forum