Xceed .NET Libraries Documentation
GroupID Property (TarredFile)


Xceed.Tar Assembly > Xceed.Tar Namespace > TarredFile Class : GroupID Property
Gets or sets the group ID.
Syntax
'Declaration
 
Public Property GroupID As Integer
'Usage
 
Dim instance As TarredFile
Dim value As Integer
 
instance.GroupID = value
 
value = instance.GroupID
public int GroupID {get; set;}

Property Value

A value representing the ID of the group. The default value is 0.
Remarks

For a USTar archive, the value must be between 0 and 2,097,151.

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