NAnt SDK Documentation - v0.92

AssemblyAttribute.AsIs Property

If true then the value of the attribute will be set as is, without actually looking for a matching constructor or named properties. The default is false.

[Visual Basic]
<TaskAttribute(Name:="asis", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property AsIs As Boolean
[C#]
[TaskAttribute(Name="asis", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool AsIs {get; set;}

Property Value

true if the value of the attribute should be set as is; otherwise, false.

See Also

AssemblyAttribute Class | NAnt.DotNet.Types Namespace