NAnt SDK Documentation - v0.92

AssemblyInfoTask.AssemblyAttributes Property

The assembly-level attributes to generate.

[Visual Basic]
<BuildElementCollection(ChildElementName:="attribute", ElementType:=null, Name:="attributes", Required:=False, ProcessXml:=True)>
Public ReadOnly Property AssemblyAttributes As AssemblyAttributeCollection
[C#]
[BuildElementCollection(ChildElementName="attribute", ElementType=null, Name="attributes", Required=False, ProcessXml=True)]
public NAnt.DotNet.Types.AssemblyAttributeCollection AssemblyAttributes {get;}

Property Value

The assembly-level attributes to generate.

See Also

AssemblyInfoTask Class | NAnt.DotNet.Tasks Namespace