This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.DefaultServiceProperties Property (ArcObjects .NET 10.5 SDK) |
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