This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.AllowedItemMetadata Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pAllowedItemMetadata
);
[C++]
Parameters pAllowedItemMetadata [out, retval] pAllowedItemMetadata is a parameter of type BSTR pAllowedItemMetadata [in] pAllowedItemMetadata is a parameter of type BSTR