NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
XsltParameter.NamespaceUri Property
[This is preliminary documentation and subject to change.]
The namespace URI to associate with the parameter.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="namespaceuri", ExpandProperties:=True, ProcessXml:=True)>
Public Property NamespaceUri As
String
[C#]
[TaskAttribute(Required=False, Name="namespaceuri", ExpandProperties=True, ProcessXml=True)]
public
string NamespaceUri {get; set;}
Property Value
The namespace URI to associate with the parameter, or Empty if not set.
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.XsltParameter.NamespaceUri
See Also
XsltParameter Class | NAnt.Core.Types Namespace