NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyInfoTask.Language Property
[This is preliminary documentation and subject to change.]
The code language in which the AssemblyInfo file should be generated.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="language", ExpandProperties:=True, ProcessXml:=True)>
Public Property Language As
CodeLanguage
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="language", ExpandProperties=True, ProcessXml=True)]
public
AssemblyInfoTask.CodeLanguage Language {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyInfoTask.Language
See Also
AssemblyInfoTask Class | NAnt.DotNet.Tasks Namespace