This document is archived and information here might be outdated. Recommended version. |
Set of name-value pairs that are expected to appear as part of incoming item URIs.
[Visual Basic .NET] Public Property Values As IPropertySet
[C#] public IPropertySet Values {get; set;}
[C++]
HRESULT get_Values(
IPropertySet* ppValues
);
[C++]
HRESULT putref_Values(
IPropertySet** ppValues
);
[C++] Parameters ppValues [in]
ppValues is a parameter of type IPropertySet* ppValues [out, retval]
ppValues is a parameter of type IPropertySet**