ArcObjects Library Reference (GISClient)  

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(
  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

Product Availability

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

See Also

IRemoteMetadataName2 Interface