Gets or sets the password for the account the task will run under. This property is needed if you specified a
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Password As String |
C# |
---|
public string Password { get; set; } |
C++ |
---|
public property string Password sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Password(); /** property */ public void set_Password(string value); |
JScript |
---|
public function get Password() : String public function set Password(value : String); |
Property Value
The password of the account.
See Also
Documentation version 1.0.0.0.