NAnt SDK Documentation - v0.85-nightly-2005-11-09

XsltExtensionObject.NamespaceUri Property

[This is preliminary documentation and subject to change.]

The namespace URI to associate with the extension object.

[Visual Basic]
<TaskAttribute(Name:="namespaceuri", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property NamespaceUri As String
[C#]
[TaskAttribute(Name="namespaceuri", Required=False, ExpandProperties=True, ProcessXml=True)]
public string NamespaceUri {get; set;}

Property Value

The namespace URI to associate with the extension object, or Empty if not set.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.XsltExtensionObject.NamespaceUri

See Also

XsltExtensionObject Class | NAnt.Core.Types Namespace