The WAMUserName property specifies the account user name 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 WAMUserName As String |
| C# |
|---|
| public string WAMUserName { get; set; } |
| C++ |
|---|
| public property string WAMUserName sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_WAMUserName(); /** property */ public void set_WAMUserName(string value); |
| JScript |
|---|
| public function get WAMUserName() : String public function set WAMUserName(value : String); |
Property Value
Value indicating the username.
See Also
Documentation version 1.0.0.0.