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 Double
[C#]
public double UniqueValue {get; set;}
[C++]
HRESULT get_UniqueValue(
double pValue
);
[C++]
HRESULT put_UniqueValue(
System.Double* pValue
);
[C++] Parameters pValue [in]
pValue is a parameter of type double pValue [out, retval]
pValue is a parameter of type double*