The attributes (permissions) of the file.
If null, the value was never assigned or successfully parsed.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Permissions As Nullable(Of FtpItemPermissions) Get |
C# |
---|
public Nullable<FtpItemPermissions> Permissions { get; } |