NAnt SDK Documentation - v0.92 |
|
NamespaceImport.TempName Property
NOTE: This property is now obsolete.
Use "namespace" attribute instead.
The name of the namespace to import.
[Visual Basic]
<Obsolete(Message:="Use "namespace" attribute instead.", IsError:=False), _
TaskAttribute(Name:="name", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property TempName As
String
[C#]
[Obsolete(Message="Use "namespace" attribute instead.", IsError=False)]
[TaskAttribute(Name="name", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string TempName {get; set;}
Property Value
The name of the namespace to import.
See Also
NamespaceImport Class | NAnt.DotNet.Types Namespace