NAnt SDK Documentation - v0.92

TarFileSet.Uid Property

The user identifier (UID) for the tar entry.

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

See Also

TarFileSet Class | NAnt.Compression.Types Namespace