NAnt SDK Documentation - v0.92

AxImpTask.DelaySign Property

Specifies to sign the resulting control using delayed signing.

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

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace