Calling the IsInherited Attribute of the GetPropertyAttribObj Method Returns 800A01B6 (296125)
The information in this article applies to:
- Microsoft Internet Information Server 5.0
This article was previously published under Q296125 SYMPTOMS
When you reference the IsInherited attribute of the IIS Admin Object GetPropertyAttribObj method, you may receive the following error message:
Object doesn't support this property or method: 'objIIS.IsInterited'
0x800A01B6
NOTE: The error code may also be displayed as 438 or 1B6, depending on the environment that the GetPropertyAttribObj object was instantiated in and the error code formatting that is being used.
CAUSE
The IIS 5.0 product documentation incorrectly refers to the attribute as IsInherited, when the correct name is IsInherit. The correct information is listed below: |
IsInherit | Specifies whether the property is inheritable. |
WORKAROUND
Use objIIS.Inherit instead of objIIS.Inherited to reference the attribute.
STATUSMicrosoft has confirmed that this is a problem in Microsoft Internet Information Services version 5.0. REFERENCES
For more information on the GetPropertyAttribObj method, see the following Microsoft Developer Network (MSDN) Web site:
Modification Type: | Major | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbbug kbpending KB296125 |
---|
|