This document is archived and information here might be outdated.  Recommended version.


IImageServerName.Properties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerName Interface > IImageServerName.Properties Property
ArcGIS Developer Help

IImageServerName.Properties Property

The Image Server object construction properties.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet* ppProperties
);
[C++]
HRESULT putref_Properties(
  IPropertySet** ppProperties
);
[C++]
Parameters
ppProperties [in]

ppProperties is a parameter of type IPropertySet* ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerName Interface