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

AssemblyAttribute.AsIs Property

[This is preliminary documentation and subject to change.]

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(Required:=False, Name:="asis", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property AsIs As Boolean
[C#]
[TaskAttribute(Required=False, Name="asis", 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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.AssemblyAttribute.AsIs

See Also

AssemblyAttribute Class | NAnt.DotNet.Types Namespace