This document is archived and information here might be outdated. Recommended version. |
The unique value of the filter.
[Visual Basic .NET]
Public Property UniqueValue As Integer
[C#]
public int UniqueValue {get; set;}
[C++]
HRESULT get_UniqueValue(
long pValue
);
[C++]
HRESULT put_UniqueValue(
System.Int32* pValue
);
[C++] Parameters pValue [in]
pValue is a parameter of type long pValue [out, retval]
pValue is a parameter of type long*