Returns a context object property.
Provided By
HRESULT IGetContextProperties::GetProperty (
BSTR name
VARIANT * pProperty);
Parameters
name
[in] The name of the context object property to be retrieved.
pProperty
[out] The returned pointer to the property.
Return Values
S_OK
The property was returned successfully.
S_FALSE
The property was not found.
E_INVALIDARG
The name parameter was invalid.
Remarks
You can use GetProperty to retrieve the following Microsoft Internet Information Server (IIS) intrinsic objects:
For more information, see the IIS documentation.
To retrieve an IIS object, call QueryInterface using the VT_DISPATCH member of the returned VARIANT for the interface to the IIS object (for example IReponse for the Response object).
Note Context properties are not available in MTS 1.0 server processes.