NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TarFileSet.GroupName Property
[This is preliminary documentation and subject to change.]
The groupname for the tar entry.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="groupname", ExpandProperties:=True, ProcessXml:=True)>
Public Property GroupName As
String
[C#]
[TaskAttribute(Required=False, Name="groupname", ExpandProperties=True, ProcessXml=True)]
public
string GroupName {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Compression.Types.TarFileSet.GroupName
See Also
TarFileSet Class | NAnt.Compression.Types Namespace