Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.LinkName

TElTarFileAttributes     


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


A symbolic link name.

Declaration

[C#]
    string LinkName;

[VB.NET]
    Property LinkName As String

[Pascal]
    property LinkName : String;

[C++]
    void get_LinkName(std::string &OutResult);
    void set_LinkName(const std::string &Value);

[PHP]
    string get_LinkName()
    void set_LinkName(string $Value)

[Java]
    String getLinkName();
    void setLinkName(String Value);

Description

This property contains the link name.

Discuss this help topic in SecureBlackbox Forum