IISBaseObject::GetPropertyAttribObj
The GetPropertyAttribObj method gets an object that contains the attributes of a specified IIS metabase property.
HRESULT STDMETHODCALLTYPE GetPropertyAttribObj(
BSTR bstrName,
IDispatch **ppObject
);
Parameters
bstrName
[in] The name of an IIS metabase property.ppObject
[retval][out] An IISPropertyAttribute Interface object containing the property attributes.
Property Value/Return Value
Returns an IISPropertyAttribute Interface object containing the property attributes.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in iiis.h.
See Also
Concepts
IISPropertyAttribute Interface