NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Item Property (String)

Gets the AssemblyAttribute with the specified value.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal value As String _
) As AssemblyAttribute
[C#]
public AssemblyAttribute this[
   string value
] {get;}

Parameters

value
The value of the AssemblyAttribute to get.

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace | AssemblyAttributeCollection.Item Overload List