This document is archived and information here might be outdated. Recommended version. |
Auxiliary information for the server objects extension type ?passive properties only.
[Visual Basic .NET] Public Property Info As IPropertySet
[C#] public IPropertySet Info {get; set;}
[C++]
HRESULT get_Info(
IPropertySet** props
);
[C++]
HRESULT putref_Info(
IPropertySet* props
);
[C++]
Parameters props [out, retval]
props is a parameter of type IPropertySet** props [in]
props is a parameter of type IPropertySet*