LogonMethod
This property specifies the logon method for clear-text logons. Valid settings are: interactive (value set to 0), batch (1), and network (2). Each user attempting to log on to the server must have access permissions corresponding to the appropriate logon method.
| Data type |
Long |
| Default value |
0 (interactive) |
| Inheritance |
Inheritable |
Access Locations
This property is accessible at the following locations:
Bitmask values
| Constant |
Value |
Description |
| MD_LOGON_INTERACTIVE |
0x00000000 |
Log on locally. |
| MD_LOGON_BATCH |
0X00000001 |
Log on as batch job. |
| MD_LOGON_NETWORK |
0x00000002 |
Log on over network. |
IIS Admin Base Object Information
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier |
MD_LOGON_METHOD |
| User type |
IIS_MD_UT_SERVER |