When set to TRUE, this file permission property permits writing to the file. AccessWrite is one of the access permission flags contained in the AccessFlags property.
Data type | Boolean |
Default value | FALSE |
Inheritance | Inheritable |
This property is accessible at the following locations:
Metabase Path | IIS Admin Object Type |
/LM/MSFTPSVC | IIsFtpService |
/LM/MSFTPSVC/N | IIsFtpServer |
/LM/MSFTPSVC/N/ROOT | IIsFtpVirtualDir |
/LM/MSFTPSVC/N/ROOT/FtpVirtualDir | IIsFtpVirtualDir |
/LM/W3SVC | IIsWebService |
/LM/W3SVC/N | IIsWebServer |
/LM/W3SVC/N/ROOT | IIsWebVirtualDir |
/LM/W3SVC/N/ROOT/WebVirtualDir | IIsWebVirtualDir |
/LM/W3SVC/N/ROOT/WebVirtualDir/WebDirectory | IIsWebDirectory |
/LM/W3SVC/N/ROOT/WebVirtualDir/WebDirectory/WebFile | IIsWebFile |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Note This property is a bitmask flag of the identifier MD_ACCESS_PERM.
Metabase identifier | MD_ACCESS_PERM |
Metabase bitmask identifier | MD_ACCESS_WRITE |
Metabase bitmask value | 0x00000002 |
Data type | DWORD_METADATA |
User type | IIS_MD_UT_FILE |