Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public bool Link { get; set; } |
| Visual Basic |
|---|
Public Property Link As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool Link {
bool get ();
void set (bool value);
} |
Return Value
Is this file a link
See Also