Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFolder Class / GroupID Property


In This Topic
    GroupID Property (TarredFolder)
    In This Topic
    Gets or sets the group ID.
    Syntax
    'Declaration
     
    Public Property GroupID As Integer
    'Usage
     
    Dim instance As TarredFolder
    Dim value As Integer
     
    instance.GroupID = value
     
    value = instance.GroupID
    public int GroupID {get; set;}

    Property Value

    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