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

AssemblyInfoTask.AssemblyAttributes Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyInfoTask.AssemblyAttributes

See Also

AssemblyInfoTask Class | NAnt.DotNet.Tasks Namespace