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


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

IImageServiceInfo.DefaultServiceProperties Property

The default service properties.

[Visual Basic .NET]
Public Property DefaultServiceProperties As String
[C#]
public string DefaultServiceProperties {get; set;}
[C++]
HRESULT get_DefaultServiceProperties(
  BSTR pServiceProperties
);
[C++]
HRESULT put_DefaultServiceProperties(
  System.String* pServiceProperties
);
[C++]
Parameters
pServiceProperties [in]

pServiceProperties is a parameter of type BSTR pServiceProperties [out, retval]
pServiceProperties is a parameter of type BSTR*

Product Availability

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

See Also

IImageServiceInfo Interface