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


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

IImageServerInit2.AllowedItemMetadata Property

The allowed metadata, None, Basic, and Full.

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

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

Product Availability

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

See Also

IImageServerInit2 Interface

.NET Related Topics

How to create a local image service