This document is archived and information here might be outdated. Recommended version. |
The image service that can be an image server or name object.
[Visual Basic .NET] Public Property ImageService As Object
[C#] public object ImageService {get; set;}
[C++]
HRESULT get_ImageService(
IUnknown Pointer* ppImageService
);
[C++]
HRESULT putref_ImageService(
LPUNKNOWN ppImageService
);
[C++]
Parameters ppImageService [out, retval]
ppImageService is a parameter of type IUnknown* ppImageService [in]
ppImageService is a parameter of type IUnknown