This document is archived and information here might be outdated. Recommended version. |
Properties of the locator.
[Visual Basic .NET] Public Property Properties As IPropertySet
[C#] public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
IPropertySet** props
);
[C++]
HRESULT put_Properties(
IPropertySet* props
);
[C++] Parameters props [out, retval]
props is a parameter of type IPropertySet** props [in]
props is a parameter of type IPropertySet*