This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection4 Interface > IAGSServerConnection4.GetItemInfo Method (ArcObjects .NET 10.5 SDK) |
Returns the Item Info of a service.
[Visual Basic .NET] Public Function GetItemInfo ( _ ByVal Name As String, _ ByVal Type As String, _ ByVal soeType As String _ ) As IItemInfo
[C#] public IItemInfo GetItemInfo ( string Name, string Type, string soeType );
[C++]
HRESULT GetItemInfo(
BSTR Name,
BSTR Type,
BSTR soeType,
IItemInfo** ppItemInfo
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Type [in] Type is a parameter of type BSTR soeType [in] soeType is a parameter of type BSTR ppItemInfo [out, retval]
ppItemInfo is a parameter of type IItemInfo