This document is archived and information here might be outdated. Recommended version. |
The extension-dependent info for the server object configuration.
[Visual Basic .NET] Public Function get_ExtensionInfo ( _ ByVal Name As String _ ) As IPropertySet
[Visual Basic .NET] Public Sub set_ExtensionInfo ( _ ByVal Name As String, _ ByVal ppExtProperties As IPropertySet _ )
[C#] public IPropertySet get_ExtensionInfo ( string Name );
[C#] public void set_ExtensionInfo ( string Name, IPropertySet ppExtProperties );
[C++]
HRESULT get_ExtensionInfo(
BSTR Name,
IPropertySet** ppExtProperties
);
[C++]
HRESULT putref_ExtensionInfo(
BSTR Name,
IPropertySet* ppExtProperties
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR ppExtProperties [out, retval]
ppExtProperties is a parameter of type IPropertySet** Name [in]
Name is a parameter of type BSTR ppExtProperties [in]
ppExtProperties is a parameter of type IPropertySet*