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

TarFileSet.Uid Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

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

See Also

TarFileSet Class | NAnt.Compression.Types Namespace