IPropertyFilter::IndexColumn Property

Indexed column name of the property to filter by.

Syntax

HRESULT IPropertyFilter::get_IndexColumn(BSTR *column);
HRESULT IPropertyFilter::put_IndexColumn(BSTR column);

Parameters

  • column
    Pointer to a variable of type BSTR that receives returns a pointer to the Column property.
  • column
    BSTR that specifies returns a pointer to the Column property.

Return Value

No return value.