NAnt SDK Documentation - v0.92 |
|
AbstractCvsTask.ReadOnly Property
true if the sandbox files should be checked out in read only mode. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="readonly", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ReadOnly As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="readonly", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool ReadOnly {get; set;}
See Also
AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace