This document is archived and information here might be outdated.  Recommended version.


IRESTServerObjectAdmin.GetMetadata Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRESTServerObjectAdmin Interface > IRESTServerObjectAdmin.GetMetadata Method
ArcGIS Developer Help

IRESTServerObjectAdmin.GetMetadata Method

The metadata of a service.

[Visual Basic .NET]
Public Function GetMetadata ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal soeType As String _
) As IPropertySet
[C#]
public IPropertySet GetMetadata (
    string Name,
    string Type,
    string soeType
);
[C++]
HRESULT GetMetadata(
  BSTR Name,
  BSTR Type,
  BSTR soeType
);
[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

Product Availability

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

See Also

IRESTServerObjectAdmin Interface