CheckoutTask.

Writable Property

Summary

Determines whether to leave the file(s) as writable. The default is true.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SourceSafe
Containing Type
CheckoutTask

Syntax

[TaskAttribute("writable")]
[BooleanValidator]
public bool Writable { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool