This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSConnectionName Interface > IWMSConnectionName.ConnectionProperties Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ConnectionProperties is a parameter of type IPropertySet ConnectionProperties [in]
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.