TarEntry.LinkName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the EntryType indicates a SymbolicLink or a HardLink, gets or sets the link target path of the link.
public:
property System::String ^ LinkName { System::String ^ get(); void set(System::String ^ value); };
public string LinkName { get; set; }
member this.LinkName : string with get, set
Public Property LinkName As String
Property Value
Exceptions
The entry type is not HardLink or SymbolicLink.
The specified value is null
.
The specified value is empty.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.