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


IImageServerEditResult.Tag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerEditResult Interface > IImageServerEditResult.Tag Property
ArcGIS Developer Help

IImageServerEditResult.Tag Property

A string identifying the operation that generated the error.

[Visual Basic .NET]
Public ReadOnly Property Tag As String
[C#]
public string Tag {get;}
[C++]
HRESULT get_Tag(
  System.String* pTag
);
[C++]
Parameters
pTag [out, retval]

pTag is a parameter of type BSTR*

Product Availability

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

See Also

IImageServerEditResult Interface