|  | This document is archived and information here might be outdated. Recommended version. | 
Set the property collection from an array of names and values.
[Visual Basic .NET]
Public Sub SetProperties ( _
    ByRef names As Object, _
    ByRef values As Object _
)
[C#]
public void SetProperties (
    ref object names,
    ref object values
);
[C++]
HRESULT SetProperties(
  Variant* names,
  Variant* values
);
[C++] Parameters names [in]
names is a parameter of type VARIANT* values [in]
values is a parameter of type VARIANT*