Xceed .NET Libraries Documentation
GroupName Property (TarredFolder)


Xceed.Tar Assembly > Xceed.Tar Namespace > TarredFolder Class : GroupName Property
Gets or sets the group name.
Syntax
'Declaration
 
Public Property GroupName As String
'Usage
 
Dim instance As TarredFolder
Dim value As String
 
instance.GroupName = value
 
value = instance.GroupName
public string GroupName {get; set;}

Property Value

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

Reference

TarredFolder Class
TarredFolder Members