NAnt SDK Documentation - v0.92 |
|
AssemblyAttribute.TypeName Property
Typename of the assembly-level attribute.
[Visual Basic]
<TaskAttribute(Name:="type", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property TypeName As
String
[C#]
[TaskAttribute(Name="type", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string TypeName {get; set;}
See Also
AssemblyAttribute Class | NAnt.DotNet.Types Namespace