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