ClearCaseCheckOut.

NoData Property

Summary

If true, checks out the file but does not create an editable file containing its data. Default is false.

Syntax

[TaskAttribute("nodata")]
[BooleanValidator()]
public bool NoData { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool