The LogonMethod property contains an integer that specifies the logon method for cleartext logons. Valid settings are: 0 for interactive logon. 1 for batch logon. 2 for network logon. 3 for cleartext logon.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property LogonMethod As Integer |
| C# |
|---|
| public int LogonMethod { get; set; } |
| C++ |
|---|
| public property int LogonMethod sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_LogonMethod(); /** property */ public void set_LogonMethod(int value); |
| JScript |
|---|
| public function get LogonMethod() : int public function set LogonMethod(value : int); |
Property Value
Value indicating the logon method.
See Also
Documentation version 1.0.0.0.