Credential.

Password Property

Summary

The password for the user name associated with the credentials.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
Credential

Syntax

[TaskAttribute("password", Required = false)]
public string Password { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string