Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFile Class / GroupName Property


In This Topic
    GroupName Property (TarredFile)
    In This Topic
    Gets or sets the group name.
    Syntax
    'Declaration
     
    Public Property GroupName As String
    'Usage
     
    Dim instance As TarredFile
    Dim value As String
     
    instance.GroupName = value
     
    value = instance.GroupName
    public string GroupName {get; set;}

    Property Value

    A string representing the name of the group.
    Remarks
    For a USTar archive, the value cannot exceed 31 characters.
    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