The WAMUserPass property specifies the password for the account that IIS uses by default as the COM+ application identity for newly created IIS out-of-process applications. The values of this property and its companion property,
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property WAMUserPass As String |
C# |
---|
public string WAMUserPass { get; set; } |
C++ |
---|
public property string WAMUserPass sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_WAMUserPass(); /** property */ public void set_WAMUserPass(string value); |
JScript |
---|
public function get WAMUserPass() : String public function set WAMUserPass(value : String); |
Property Value
Value indicating the password.
See Also
Documentation version 1.0.0.0.