Xceed .NET Libraries Documentation
Permissions Property (TarredFile)


Xceed.Tar Assembly > Xceed.Tar Namespace > TarredFile Class : Permissions Property
Gets or sets the permissions of the item.
Syntax
'Declaration
 
Public Property Permissions As Permission
'Usage
 
Dim instance As TarredFile
Dim value As Permission
 
instance.Permissions = value
 
value = instance.Permissions
public Permission Permissions {get; set;}

Property Value

One or more of the Permission flags. The default values are Xceed.Tar.Permission.ReadByOwner, Xceed.Tar.Permission.WriteByOwner, Xceed.Tar.Permission.ReadByGroup and Xceed.Tar.Permission.ReadByOther.
Remarks

Has no effect on the MS Windows operating system.

The default permissions are Read and Write by Owner, Read by Group and Read by Other.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TarredFile Class
TarredFile Members