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

XsltExtensionObject.TypeName Property

[This is preliminary documentation and subject to change.]

The full type name of the XSLT extension object.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="typename", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property TypeName As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="typename", Required=True, ExpandProperties=True, ProcessXml=True)]
public string TypeName {get; set;}

Remarks

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

See Also

XsltExtensionObject Class | NAnt.Core.Types Namespace