NAnt SDK Documentation - v0.85-nightly-2005-11-09

TarFileSet.Gid Property

[This is preliminary documentation and subject to change.]

The group identifier (GID) for the tar entry.

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

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Types.TarFileSet.Gid

See Also

TarFileSet Class | NAnt.Compression.Types Namespace