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


IImageServiceInfo2.AllowedItemMetadata Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo2.AllowedItemMetadata Property

The level of item metadata details.

[Visual Basic .NET]
Public Property AllowedItemMetadata As String
[C#]
public string AllowedItemMetadata {get; set;}
[C++]
HRESULT get_AllowedItemMetadata(
  System.String* pLOD
);
[C++]
HRESULT put_AllowedItemMetadata(
  BSTR pLOD
);
[C++]

Parameters pLOD [out, retval]
pLOD is a parameter of type BSTR* pLOD [in]
pLOD is a parameter of type BSTR

Product Availability

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

See Also

IImageServiceInfo2 Interface