NAnt SDK Documentation - v0.92

TarFileSet.Gid Property

The group identifier (GID) for the tar entry.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="gid", ExpandProperties:=True, ProcessXml:=True)>
Public Property Gid As Integer
[C#]
[TaskAttribute(Required=False, Name="gid", ExpandProperties=True, ProcessXml=True)]
public int Gid {get; set;}

See Also

TarFileSet Class | NAnt.Compression.Types Namespace