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


IRemoteMetadataName2.ContentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName2 Interface > IRemoteMetadataName2.ContentType Property
ArcGIS Developer Help

IRemoteMetadataName2.ContentType Property

The content type of the metadata document.

[Visual Basic .NET]
Public Property ContentType As String
[C#]
public string ContentType {get; set;}
[C++]
HRESULT get_ContentType(
  System.String* pContentType
);
[C++]
HRESULT put_ContentType(
  BSTR pContentType
);
[C++]
Parameters
pContentType [out, retval]

pContentType is a parameter of type BSTR* pContentType [in]
pContentType is a parameter of type BSTR

Product Availability

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

See Also

IRemoteMetadataName2 Interface