NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyAttribute.TypeName Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Types.AssemblyAttribute.TypeName
See Also
AssemblyAttribute Class | NAnt.DotNet.Types Namespace