GetTask.

UseModificationTime Property

Summary

Determines whether the timestamp on the local copy will be the modification time (if false or omitted, the checkout time will be used)
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SourceSafe
Containing Type
GetTask

Syntax

[TaskAttribute("usemodtime")]
[BooleanValidator()]
[Obsolete("Use \"filetimestamp\" attribute instead.", false)]
public bool UseModificationTime { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator
ObsoleteAttribute

Value

Type Description
bool