Returns the metadata of a service.
[Visual Basic .NET] Public Function GetMetadata ( _ ByVal pConfig As IServerObjectConfiguration, _ ByVal soeType As String _ ) As IPropertySet
[C#] public IPropertySet GetMetadata ( IServerObjectConfiguration pConfig, string soeType );
[C++]
HRESULT GetMetadata(
BSTR Name,
BSTR Type,
BSTR soeType,
IPropertySet** ppMetadata
);
[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 ppMetadata [out, retval]ppMetadata is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.