IImageService.ServiceProperties property

Applies To: IImageService

Get or Set the properties of the Image Service object.

[Visual Basic 6.0]

object.ServiceProperties = [ PropertiesXML ]

Access

Read / Write

Type

String.

Arguments

[in] PropertiesXML

An XML string defining the properties of an Image Service. For more details view the XML schema available at: [ArcGIS Image Server installation folder]\Developer Kit\XML\ISClient.ISRef.XSD.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Example

[Visual Basic 6.0 ]

Dim propXML As String

propXML = myImageService.ServiceProperties

myImageService.ServiceProperties = propXML