NAnt SDK Documentation - v0.92

TarFileSet.UserName Property

The username for the tar entry.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="username", ExpandProperties:=True, ProcessXml:=True)>
Public Property UserName As String
[C#]
[TaskAttribute(Required=False, Name="username", ExpandProperties=True, ProcessXml=True)]
public string UserName {get; set;}

See Also

TarFileSet Class | NAnt.Compression.Types Namespace