IRulesAppliedCollection::property Method

New for Windows Internet Explorer 9

Returns the properties in a rules collection.

Syntax

HRESULT property(
    long index,
    BSTR *pbstrProperty
);

Parameters

  • index
    [in] An offset of the property collection.
  • pbstrProperty
    [out, retval] The name of the property at the index.

Return Value

Returns S_OK if successful, or an error value otherwise.