This document is archived and information here might be outdated. Recommended version. |
Connection properties that will be used to connect to the WMS server.
[Visual Basic .NET] Public Property ConnectionProperties As IPropertySet
[C#] public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
IPropertySet* ConnectionProperties
);
[C++]
HRESULT put_ConnectionProperties(
IPropertySet** ConnectionProperties
);
[C++] Parameters ConnectionProperties [in]
ConnectionProperties is a parameter of type IPropertySet* ConnectionProperties [out, retval]
ConnectionProperties is a parameter of type IPropertySet**
ConnectionProperties is named value pairs relating to WMS service connection. This is where you would set the WMS server URL. Relevant names include �URL�, which is the minimum required, and three optional names: "VERSION', which specifies the WMS version, and two names, �USER� and �PASSWORD� that can be used when connecting to a WMS service over HTTPS.