ArcObjects Library Reference (Carto)  

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(
  BSTR pServiceProperties
);
[C++]

Parameters

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

Product Availability

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

See Also

IImageServiceInfo Interface