NAnt SDK Documentation - v0.92 |
|
XsltExtensionObject.TypeName Property
The full type name of the XSLT extension object.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="typename", ExpandProperties:=True, ProcessXml:=True)>
Public Property TypeName As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="typename", ExpandProperties=True, ProcessXml=True)]
public
string TypeName {get; set;}
See Also
XsltExtensionObject Class | NAnt.Core.Types Namespace