FtpListItem.LinkObject Property
From System.Net.FtpClient
Gets the object the LinkTarget points to. This property is null unless pass the
FtpListOption.DerefLink flag in which case GetListing() will try to resolve
the target itself.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public FtpListItem LinkObject { get; set; } |
| Visual Basic |
|---|
Public Property LinkObject As FtpListItem Get Set |
| Visual C++ |
|---|
public: property FtpListItem^ LinkObject { FtpListItem^ get (); void set (FtpListItem^ value); } |
Property Value
Type: FtpListItem
See Also