NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NamespaceImport.Namespace Property
[This is preliminary documentation and subject to change.]
The name of the namespace to import.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="namespace", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Namespace As
String
[C#]
[TaskAttribute(Required=False, Name="namespace", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Namespace {get; set;}
Property Value
The name of the namespace to import.
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Types.NamespaceImport.Namespace
See Also
NamespaceImport Class | NAnt.DotNet.Types Namespace