This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName2 Interface > IRemoteMetadataName2.ContentType Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* 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