NAnt SDK Documentation - v0.92 |
|
TarFileSet.GroupName Property
The groupname for the tar entry.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="groupname", ExpandProperties:=True, ProcessXml:=True)>
Public Property GroupName As
String
[C#]
[TaskAttribute(Required=False, Name="groupname", ExpandProperties=True, ProcessXml=True)]
public
string GroupName {get; set;}
See Also
TarFileSet Class | NAnt.Compression.Types Namespace