PVCSAddUserTask.

ExpiryDate Property

Summary

Gets or sets the expiration date for the new user.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddUserTask

Syntax

[TaskAttribute("expirydate", Required = false)]
[DateTimeValidator]
public DateTime ExpiryDate { get; set; }

Remarks

This is equivalent to the -e parameter to the pcli adduser command.

Attributes

Type Description
TaskAttribute
DateTimeValidator

Value

Type Description
DateTime